shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}