shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}