]> diplodocus.org Git - nmh/blob - uip/whatnow.c
Added notes about the configure change.
[nmh] / uip / whatnow.c
1
2 /*
3 * whatnow.c -- the nmh `WhatNow' shell
4 *
5 * $Id$
6 */
7
8 #include <h/mh.h>
9
10
11 int
12 main (int argc, char **argv)
13 {
14 #ifdef LOCALE
15 setlocale(LC_ALL, "");
16 #endif
17 WhatNow (argc, argv);
18 }