shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}