shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}