git: 9front

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

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

int
yywrap(void)
{
	return 1;
}