shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}