shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}