shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}