shithub: riscv

ref: 88722dac9df41f0b1f6288cbdb6e5eed9c3ab55c
dir: /sys/src/ape/lib/l/yywrap.c/

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

int
yywrap(void)
{
	return 1;
}