shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}