shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}