shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}