shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}