shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}