shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}