shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}