shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}