00001 #ifndef Se_Formula_Scanner_Included 00002 #define Se_Formula_Scanner_Included 00003 00004 00005 #include "se_formula_scanner_link.h" 00006 00007 void yy_scan_string(const char *); 00008 int yylex(void); 00009 extern "C" char *yytext; 00010 00011 00012 00013 #endif
1.2.18