shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}