%{ /* Declaracoes C diversas */ %} %% [0-9]+ { ; } %% int yywrap() { return(1); } int main() { yylex(); return 0; }