admonish X
1: /* mmdfonly.c - subroutines for stand-alone BBoards MMDF-II channel */ 2: 3: 4: /* VARARGS2 */ 5: 6: void admonish (what, fmt, a, b, c, d, e, f) 7: char *what, 8: *fmt, 9: *a, 10: *b, 11: *c, 12: *d, 13: *e, 14: *f; 15: { 16: }