shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}