shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}