shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}