shithub: riscv

ref: 508b796b2719e6c8275a2a1b737c9798d380d25f
dir: /sys/src/ape/lib/l/yywrap.c/

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

int
yywrap(void)
{
	return 1;
}