shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}