mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
7 lines
117 B
Plaintext
7 lines
117 B
Plaintext
%%
|
|
S: error
|
|
%%
|
|
main(){printf("yyparse() = %d\n",yyparse());}
|
|
yylex(){return-1;}
|
|
yyerror(s)char*s;{printf("%s\n",s);}
|