shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}