]> diplodocus.org Git - nmh/blob - uip/whatnow.c
updating changelog, should have been done with last commit
[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 return WhatNow (argc, argv);
18 }