shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}