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

usr/src/usr.bin/struct/struct/1.main.c [new file with mode: 0644]

diff --git a/usr/src/usr.bin/struct/struct/1.main.c b/usr/src/usr.bin/struct/struct/1.main.c
new file mode 100644 (file)
index 0000000..96d6c8d
--- /dev/null
@@ -0,0 +1,17 @@
+#ifndef lint
+static char sccsid[] = "@(#)1.main.c   4.1     (Berkeley)      %G%";
+#endif not lint
+
+#include <stdio.h>
+#include "def.h"
+int endbuf;
+
+mkgraph()
+       {
+       if (!parse())
+               return(FALSE);
+       hash_check();
+       hash_free();
+       fingraph();
+       return(TRUE);
+       }