BSD 3 development
[unix-history] / usr / src / cmd / struct / 0.def.c
CommitLineData
42d6e430
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;