head 1.3; access; symbols; locks; strict; comment @ * @; 1.3 date 92.12.15.00.20.22; author jromine; state Exp; branches; next 1.2; 1.2 date 92.11.04.02.28.04; author jromine; state Exp; branches; next 1.1; 1.1 date 92.11.04.02.27.29; author jromine; state Exp; branches; next ; desc @@ 1.3 log @endif sugar @ text @/* whatnow.c - the MH WhatNow? shell */ #ifndef lint static char ident[] = "@@(#)$Id: whatnow.c,v 1.2 1992/11/04 02:28:04 jromine Exp jromine $"; #endif /* lint */ #ifdef LOCALE #include #endif main (argc, argv) int argc; char **argv; { #ifdef LOCALE setlocale(LC_ALL, ""); #endif WhatNow (argc, argv); } @ 1.2 log @Add ID LOCALE @ text @d3 2 a4 2 static char ident[] = "@@(#)$Id: comp.c,v 1.6 1992/11/04 00:40:01 jromine Exp $"; #endif lint @ 1.1 log @Initial revision @ text @d2 3 d6 3 d14 3 @