shithub: riscv

ref: 2d976ec561716a5ae1ac0739b32b30bc80fd21e9
dir: /sys/src/ape/lib/l/yywrap.c/

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

int
yywrap(void)
{
	return 1;
}