30 #ifndef __FLEX_LEXER_H
31 #include "FlexLexer.h"
183 Scanner(
const char *inputbuffer);
283 void logError (
const char *loginfo,
int lineno, ...) __attribute__ ((format (printf, 2, 4)));
288 void logWarning (const
char *loginfo,
int lineno, ...) __attribute__ ((format (printf, 2, 4)));
298 static char *
doStrdup (
const char *s);