shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}