shithub: front

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

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

int
yywrap(void)
{
	return 1;
}