shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}