shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}