shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}