shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}