shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}