shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}