new copyright; att/bsd/shared
[unix-history] / usr / src / usr.bin / struct / struct / 0.def.c
CommitLineData
0fc6e47b
KB
1/*-
2 * %sccs.include.proprietary.c%
3 */
4
ab67218b 5#ifndef lint
0fc6e47b
KB
6static char sccsid[] = "@(#)0.def.c 4.2 (Berkeley) %G%";
7#endif /* not lint */
ab67218b
RH
8
9#include <stdio.h>
10#include "def.h"
11
12int routnum;
13FILE *debfd;
14LOGICAL routerr;
15int nodenum, accessnum;
16int **graph;
17int progtype;
18VERT stopvert, retvert;
19VERT START;