shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}