Added all of the MH sources, including RCS files, in
[mmh] / docs / historical / mh-6.8.5 / uip / RCS / whatnow.c,v
1 head    1.3;
2 access;
3 symbols;
4 locks; strict;
5 comment @ * @;
6
7
8 1.3
9 date    92.12.15.00.20.22;      author jromine; state Exp;
10 branches;
11 next    1.2;
12
13 1.2
14 date    92.11.04.02.28.04;      author jromine; state Exp;
15 branches;
16 next    1.1;
17
18 1.1
19 date    92.11.04.02.27.29;      author jromine; state Exp;
20 branches;
21 next    ;
22
23
24 desc
25 @@
26
27
28 1.3
29 log
30 @endif sugar
31 @
32 text
33 @/* whatnow.c - the MH WhatNow? shell */
34 #ifndef lint
35 static char ident[] = "@@(#)$Id: whatnow.c,v 1.2 1992/11/04 02:28:04 jromine Exp jromine $";
36 #endif  /* lint */
37
38 #ifdef LOCALE
39 #include        <locale.h>
40 #endif
41
42 main (argc, argv)
43 int     argc;
44 char  **argv;
45 {
46 #ifdef LOCALE
47     setlocale(LC_ALL, "");
48 #endif
49     WhatNow (argc, argv);
50 }
51 @
52
53
54 1.2
55 log
56 @Add ID
57 LOCALE
58 @
59 text
60 @d3 2
61 a4 2
62 static char ident[] = "@@(#)$Id: comp.c,v 1.6 1992/11/04 00:40:01 jromine Exp $";
63 #endif  lint
64 @
65
66
67 1.1
68 log
69 @Initial revision
70 @
71 text
72 @d2 3
73 d6 3
74 d14 3
75 @