shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}