shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}