#include #include "def.h" int endbuf; mkgraph() { if (!parse()) return(FALSE); hash_check(); hash_free(); fingraph(); return(TRUE); }