shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}