shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}