shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}