shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}