shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}