shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}