shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}