11 lines
170 B
C
Raw Normal View History

2003-07-21 10:27:44 +00:00
#ifndef __PARSER_H__
#define __PARSER_H__
char *token;
int tokenlen;
int tsearch2_yylex(void);
void start_parse_str(char *, int);
void end_parse(void);
#endif