shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}