shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}