shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}