shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}