shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}