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: }