shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}