]> diplodocus.org Git - nmh/blob - docs/historical/SRI-NOSC/subs.dir/help.c
Added start_test/finish_test to a bunch of tests.
[nmh] / docs / historical / SRI-NOSC / subs.dir / help.c
1 #include "mh.h"
2
3 help(str, swp)
4 char *str;
5 {
6 printf("syntax: %s\n", str);
7 printf(" switches are:\n");
8 printsw(ALL, swp);
9 }