#ifndef YYLEX_H #define YYLEX_H extern int yylex (void); extern void yyerror (const char *msg); #endif