home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / listings / v_01_06 / 1n06039a < prev    next >
Text File  |  1990-09-30  |  156b  |  19 lines

  1.  
  2. Listing 4
  3.  
  4. /*
  5.  * scan.h
  6.  */
  7. #ifndef SCAN_H
  8.  
  9. #define INT 257
  10.  
  11. int yylval;
  12.  
  13. int yylex(void);
  14. void yyrestart(void);
  15.  
  16. #define SCAN_H
  17. #endif
  18.  
  19.