shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}