shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}