shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}