shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}