shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}