00001 #ifndef FLEXER_H_ 00002 #define FLEXER_H_ 00003 00004 #include <stdio.h> 00005 00006 00007 extern char* yytext; 00008 00009 int lexCall(); 00010 extern FILE* yyin; 00011 00012 #endif