shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}