4.4BSD/usr/src/old/lex/libln/yywrap.c

/*	@(#)yywrap.c	4.1	12/25/82	*/

yywrap()
{
	return(1);
}