shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}