shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}