shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}