1: #ifndef lint
   2: static char sccsid[] = "@(#)1.main.c	4.1	(Berkeley)	2/11/83";
   3: #endif not lint
   4: 
   5: #include <stdio.h>
   6: #include "def.h"
   7: int endbuf;
   8: 
   9: mkgraph()
  10:     {
  11:     if (!parse())
  12:         return(FALSE);
  13:     hash_check();
  14:     hash_free();
  15:     fingraph();
  16:     return(TRUE);
  17:     }

Defined functions

mkgraph defined in line 9; used 1 times

Defined variables

endbuf defined in line 7; used 1 times
sccsid defined in line 2; never used
Last modified: 1987-02-17
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 1494
Valid CSS Valid XHTML 1.0 Strict