Annotation of 43BSDReno/pgrm/lex/lib/libmain.c, revision 1.1

1.1     ! root        1: /* libmain - flex run-time support library "main" function */
        !             2: 
        !             3: /* $Header: /usr/fsys/odin/a/vern/flex/RCS/libmain.c,v 1.2 90/05/26 16:50:08 vern Exp $ */
        !             4: 
        !             5: extern int yylex();
        !             6: 
        !             7: int main( argc, argv )
        !             8: int argc;
        !             9: char *argv[];
        !            10: 
        !            11:     {
        !            12:     return yylex();
        !            13:     }

unix.superglobalmegacorp.com

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