shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}