#include int yyerror(char *s) { printf("%s\n", s); } int yywrap() { }