shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}