shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}