shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}