shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}