shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}