You are on page 1of 1

%%

. ECHO;
\n printf("ENTER");
%%
int yywrap(void) {
return 1;
}

int main(void) {
yylex();
return 0;
}

You might also like