shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}