shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}