shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}