shithub: front

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

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

int
yywrap(void)
{
	return 1;
}