shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}