shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}