shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}