home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / PDP-11 / Trees / V7 / usr / src / cmd / struct / 0.def.c < prev    next >
Encoding:
C/C++ Source or Header  |  1979-01-10  |  167 b   |  12 lines

  1. #include <stdio.h>
  2. #include "def.h"
  3.  
  4. int routnum;
  5. FILE *debfd;
  6. LOGICAL routerr;
  7. int nodenum, accessnum;
  8. int **graph;
  9. int progtype;
  10. VERT stopvert, retvert;
  11. VERT START;
  12.