shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}