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