shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}