shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}