/* File : bison_src_3.0/lib/main.c */ #include extern int yyparse (void); int main (void) { setlocale (LC_ALL, ""); return yyparse (); }