shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}