plan9fox/sys/src/ape/lib/l/yywrap.c
2011-03-30 19:35:09 +03:00

9 lines
70 B
C

#include <libl.h>
#include <stdio.h>
int
yywrap(void)
{
return 1;
}