shithub: riscv

ref: 3fe9730645df15f18689be26b842c06f60e40fae
dir: /sys/src/ape/lib/l/yywrap.c/

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

int
yywrap(void)
{
	return 1;
}