shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}