4.4BSD/usr/src/contrib/mh-6.8/sbr/admonish.c

Compare this file to the similar file:
Show the results in this format:

/* admonish.c - admonish the user */

#include "../h/mh.h"


/* VARARGS2 */

void admonish (what, fmt, a, b, c, d, e, f)
char   *what,
       *fmt,
       *a,
       *b,
       *c,
       *d,
       *e,
       *f;
{
    advertise (what, "continuing...", fmt, a, b, c, d, e, f);
}