shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}