shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}