shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}