shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}