shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}