shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}