shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}