shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}