shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}