1: #ifndef lint 2: static char sccsid[] = "@(#)0.def.c 4.1 (Berkeley) 2/11/83"; 3: #endif not lint 4: 5: #include <stdio.h> 6: #include "def.h" 7: 8: int routnum; 9: FILE *debfd; 10: LOGICAL routerr; 11: int nodenum, accessnum; 12: int **graph; 13: int progtype; 14: VERT stopvert, retvert; 15: VERT START;