shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}