shithub: riscv

ref: 01762349bd563edc672e5063b548a88948fcbdce
dir: /sys/src/ape/lib/l/yywrap.c/

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

int
yywrap(void)
{
	return 1;
}