shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}