shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}