shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}