shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}