shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}