shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}