shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}