shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}