shithub: front

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

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

int
yywrap(void)
{
	return 1;
}