shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}