shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}