shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}