date and time created 83/02/11 15:43:49 by rrh
[unix-history] / usr / src / usr.bin / struct / struct / 0.def.c
#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;