shithub: front

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

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

int
yywrap(void)
{
	return 1;
}