home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_progs / prog_c / grammars.lzh / GRAMMARS / PASCAL / MAIN.C < prev    next >
Encoding:
C/C++ Source or Header  |  1991-08-16  |  48 b   |  7 lines

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