shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}