shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}