shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}