xref: /plan9/sys/src/ape/lib/l/yywrap.c (revision 3e12c5d1bb89fc02707907988834ef147769ddaf)
1 #include	<libl.h>
2 #include	<stdio.h>
3 
4 int
yywrap(void)5 yywrap(void)
6 {
7 	return 1;
8 }
9