shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}