shithub: front

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

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

int
yywrap(void)
{
	return 1;
}