shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}