BSD 4 release
[unix-history] / usr / src / cmd / struct / 0.def.c
CommitLineData
aaa7ced1
BJ
1#include <stdio.h>
2#include "def.h"
3
4int routnum;
5FILE *debfd;
6LOGICAL routerr;
7int nodenum, accessnum;
8int **graph;
9int progtype;
10VERT stopvert, retvert;
11VERT START;