shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}