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

  1. #include <stdio.h>
  2. #include "def.h"
  3. int endbuf;
  4.  
  5. mkgraph()
  6.     {
  7.     if (!parse())
  8.         return(FALSE);
  9.     hash_check();
  10.     hash_free();
  11.     fingraph();
  12.     return(TRUE);
  13.     }
  14.