shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}