]> diplodocus.org Git - nmh/blob - docs/historical/mh-jun-1982/subs/help.c
Create new mh-format function %(ordinal)
[nmh] / docs / historical / mh-jun-1982 / subs / help.c
1 #ifdef COMMENT
2 Proprietary Rand Corporation, 1981.
3 Further distribution of this software
4 subject to the terms of the Rand
5 license agreement.
6 #endif
7
8 #include "../mh.h"
9
10 help(str, swp)
11 char *str;
12 struct swit *swp;
13 {
14 printf("syntax: %s\n", str);
15 printf(" switches are:\n");
16 printsw(ALL, swp, "-");
17 }