shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}