shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}