shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}