lex.h

/* [<][>][^][v][top]
[bottom][index][help] */

FUNCTIONS

This source file includes following functions.

   1 #if !defined _LEX_H_
   2 #define _LEX_H_
   3 
   4 #include "token.h"
   5 
   6 void init_lex(FILE *fp);
   7 token const lex(void);
   8 int get_linenum(void);
   9 
  10 #endif /* _LEX_H_ */

/* [<][>][^][v][top][bottom][index][help] */