shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}