shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}