shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}