]> diplodocus.org Git - nmh/blob - docs/historical/mh-6.8.5/sbr/admonish.c
Always check that mktemp()/mktemp2() succeeds before trying to
[nmh] / docs / historical / mh-6.8.5 / sbr / admonish.c
1 /* admonish.c - admonish the user */
2
3 #include "../h/mh.h"
4
5
6 /* VARARGS2 */
7
8 void admonish (what, fmt, a, b, c, d, e, f)
9 char *what,
10 *fmt,
11 *a,
12 *b,
13 *c,
14 *d,
15 *e,
16 *f;
17 {
18 advertise (what, "continuing...", fmt, a, b, c, d, e, f);
19 }