date and time created 83/02/11 15:43:49 by rrh
authorRobert R. Henry <rrh@ucbvax.Berkeley.EDU>
Sat, 12 Feb 1983 07:43:49 +0000 (23:43 -0800)
committerRobert R. Henry <rrh@ucbvax.Berkeley.EDU>
Sat, 12 Feb 1983 07:43:49 +0000 (23:43 -0800)
SCCS-vsn: usr.bin/struct/struct/0.def.c 4.1

usr/src/usr.bin/struct/struct/0.def.c [new file with mode: 0644]

diff --git a/usr/src/usr.bin/struct/struct/0.def.c b/usr/src/usr.bin/struct/struct/0.def.c
new file mode 100644 (file)
index 0000000..334cbed
--- /dev/null
@@ -0,0 +1,15 @@
+#ifndef lint
+static char sccsid[] = "@(#)0.def.c    4.1     (Berkeley)      %G%";
+#endif not lint
+
+#include <stdio.h>
+#include "def.h"
+
+int routnum;
+FILE *debfd;
+LOGICAL routerr;
+int nodenum, accessnum;
+int **graph;
+int progtype;
+VERT stopvert, retvert;
+VERT START;