shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}