shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}