shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}