comparison support/pop/mmdfII/pop/mmdfonly.c @ 0:bce86c4163a3

Initial revision
author kono
date Mon, 18 Apr 2005 23:46:02 +0900
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:bce86c4163a3
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 }