Research V7 development
[unix-history] / usr / src / cmd / struct / 0.def.c
CommitLineData
2a70a0a1
BB
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;