shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}