shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}