shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}