shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}