shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}