/* File : flex_src_2.5.39/libmain.c */ extern int yylex (); int main (int argc, char *argv[]) { while (yylex () != 0) ; return 0; }