xref: /original-bsd/usr.bin/struct/struct/0.def.c (revision c3e32dec)
1 /*-
2  * %sccs.include.proprietary.c%
3  */
4 
5 #ifndef lint
6 static char sccsid[] = "@(#)0.def.c	8.1 (Berkeley) 06/06/93";
7 #endif /* not lint */
8 
9 #include <stdio.h>
10 #include "def.h"
11 
12 int routnum;
13 FILE *debfd;
14 LOGICAL routerr;
15 int nodenum, accessnum;
16 int **graph;
17 int progtype;
18 VERT stopvert, retvert;
19 VERT START;
20