git: 9front

ref: 149250dce5040e5ca3c13461fbaf82860ec5ac09
dir: /sys/src/ape/lib/l/yywrap.c/

View raw version
#include	<libl.h>
#include	<stdio.h>

int
yywrap(void)
{
	return 1;
}