shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}