shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}