shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}