shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}