src/parser/impcomp/flexer.h

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

Generated on Fri Apr 27 10:27:38 2007 for Green Engine by  doxygen 1.5.1