shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}