shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}