shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}