shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}