shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}