Annotation of 42BSD/usr.bin/struct/1.main.c, revision 1.1

1.1     ! root        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:        }

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.