shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}