shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}