shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}