shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}