shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}