shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}