shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}