shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}