shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}