shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}