Bell 32V development
[unix-history] / usr / src / cmd / struct / 1.main.c
#include <stdio.h>
#include "def.h"
int endbuf;
mkgraph()
{
if (!parse())
return(FALSE);
hash_check();
hash_free();
fingraph();
return(TRUE);
}