shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}