home *** CD-ROM | disk | FTP | other *** search
/ back2roots/padua / padua.7z / padua / lang / grammars.lzh / GRAMMARS / C / MAIN.C < prev    next >
Encoding:
C/C++ Source or Header  |  1988-10-01  |  48 b   |  7 lines

  1. main()
  2. {
  3.     int yyparse();
  4.  
  5.     return(yyparse());
  6. }
  7.