shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}