4.3BSD/usr/contrib/mh/sbr/adios.c

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

/* adios.c - print out error message and exit */

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


/* VARARGS2 */

void adios (what, fmt, a, b, c, d, e, f)
char   *what,
       *fmt,
       *a,
       *b,
       *c,
       *d,
       *e,
       *f;
{
    advise (what, fmt, a, b, c, d, e, f);
    done (1);
}