shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}