shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}