shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}