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