shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}