shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}