shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}