home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / compcomp / yacc / yywrap.c < prev   
Encoding:
Text File  |  1979-12-31  |  41 b   |  7 lines

  1. yywrap()
  2.  
  3.    {
  4.    return(1);
  5.    }
  6.  
  7.