shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}