shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}