shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}