shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}