shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}