shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}