shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}