xref: /original-bsd/old/lex/libln/yywrap.c (revision e59fb703)
1 /*	@(#)yywrap.c	4.1	12/25/82	*/
2 
3 yywrap()
4 {
5 	return(1);
6 }
7