shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}