shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}