home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 22 gnu / 22-gnu.zip / flex254.zip / libyywrap.c < prev    next >
Text File  |  1993-10-02  |  189b  |  9 lines

  1. /* libyywrap - flex run-time support library "yywrap" function */
  2.  
  3. /* $Header: /home/daffy/u0/vern/flex/RCS/libyywrap.c,v 1.1 93/10/02 15:23:09 vern Exp $ */
  4.  
  5. int yywrap()
  6.     {
  7.     return 1;
  8.     }
  9.