shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}