shithub: front

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

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

int
yywrap(void)
{
	return 1;
}