/* libyywrap - flex run-time support library "yywrap" function */
/* $Header$ */
int yywrap(void)
{
return 1;
}