shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}