96d6c8d03b5363dcb234529ad2f17d56ffa5a666
[unix-history] / usr / src / usr.bin / struct / struct / 1.main.c
#ifndef lint
static char sccsid[] = "@(#)1.main.c 4.1 (Berkeley) %G%";
#endif not lint
#include <stdio.h>
#include "def.h"
int endbuf;
mkgraph()
{
if (!parse())
return(FALSE);
hash_check();
hash_free();
fingraph();
return(TRUE);
}