shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}