shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}