shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}