date and time created 83/07/12 17:20:53 by edward
authorEdward Wang <edward@ucbvax.Berkeley.EDU>
Wed, 13 Jul 1983 08:20:53 +0000 (00:20 -0800)
committerEdward Wang <edward@ucbvax.Berkeley.EDU>
Wed, 13 Jul 1983 08:20:53 +0000 (00:20 -0800)
SCCS-vsn: usr.bin/window/wwinit.c 1.1

usr/src/usr.bin/window/wwinit.c [new file with mode: 0644]

diff --git a/usr/src/usr.bin/window/wwinit.c b/usr/src/usr.bin/window/wwinit.c
new file mode 100644 (file)
index 0000000..26f292d
--- /dev/null
@@ -0,0 +1,15 @@
+#ifndef lint
+static char *sccsid = "@(#)wwinit.c    1.1 83/07/12";
+#endif
+
+#include "ww.h"
+
+int _wwiflag = 0;
+
+wwinit()
+{
+       if (_wwiflag)
+               return;
+       _wwiflag++;
+       initscr();
+}