shithub: front

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

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

int
yywrap(void)
{
	return 1;
}