git: 9front

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

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

int
yywrap(void)
{
	return 1;
}