view support/bboards/mmdfII/bboards/mmdfonly.c @ 0:bce86c4163a3

Initial revision
author kono
date Mon, 18 Apr 2005 23:46:02 +0900
parents
children
line wrap: on
line source

/* mmdfonly.c - subroutines for stand-alone BBoards MMDF-II channel */


/* VARARGS2 */

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