shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}