shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}