1: /* advise.c - print out error message */
   2: 
   3: #include "../h/mh.h"
   4: 
   5: 
   6: /* VARARGS2 */
   7: 
   8: void advise (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, NULLCP, fmt, a, b, c, d, e, f);
  19: }
Last modified: 1985-09-21
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 798
Valid CSS Valid XHTML 1.0 Strict