shithub: riscv

ref: 4e7b5b7e926fec6c99fa7c84e34b7eac29ff1240
dir: /sys/src/ape/lib/l/yywrap.c/

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

int
yywrap(void)
{
	return 1;
}