git: 9front

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

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

int
yywrap(void)
{
	return 1;
}