view sbr/admonish.c @ 9:52d0fa25c554 currrent-release

bug fix
author kono
date Sun, 04 Dec 2005 03:21:49 +0900
parents bce86c4163a3
children
line wrap: on
line source

/* admonish.c - admonish the user */

#include "../h/mh.h"


/* VARARGS2 */

void admonish (what, fmt, a, b, c, d, e, f, g)
char   *what,
       *fmt,
       *a,
       *b,
       *c,
       *d,
       *e,
       *f,
       *g;
{
    advertise (what, "continuing...", fmt, a, b, c, d, e, f, g);
}