shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}