shithub: front

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

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

int
yywrap(void)
{
	return 1;
}