shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}