home *** CD-ROM | disk | FTP | other *** search
/ Resource for Source: C/C++ / Resource for Source - C-C++.iso / codelib1 / v_01_06 / 1n06039a < prev    next >
Encoding:
Text File  |  1995-11-01  |  156 b   |  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.