shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}