shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}