shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}