This is advise.c in view mode; [Download] [Up]
/* advise.c - print out error message */
#include "../h/mh.h"
/* VARARGS2 */
void advise (what, fmt, a, b, c, d, e, f)
char   *what,
       *fmt,
       *a,
       *b,
       *c,
       *d,
       *e,
       *f;
{
    advertise (what, NULLCP, fmt, a, b, c, d, e, f);
}
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.