V7M/src/cmd/lex/lib/yywrap.c

yywrap()
{
	return(1);
}