shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}