shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}