shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}