shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}