shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}