diff sbr/admonish.c @ 0:bce86c4163a3

Initial revision
author kono
date Mon, 18 Apr 2005 23:46:02 +0900
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sbr/admonish.c	Mon Apr 18 23:46:02 2005 +0900
@@ -0,0 +1,20 @@
+/* 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);
+}