shithub: front

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

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

int
yywrap(void)
{
	return 1;
}