shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}