Beispiel #1
0
int yywrap(void)
{
	return (popcontext());
}
Beispiel #2
0
int yywrap(void)
{
	return popcontext();
}