shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}