V7M/src/cmd/struct/1.main.c

Compare this file to the similar file:
Show the results in this format:

#include <stdio.h>
#include "def.h"
int endbuf;

mkgraph()
	{
	if (!parse())
		return(FALSE);
	hash_check();
	hash_free();
	fingraph();
	return(TRUE);
	}