shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}