shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}