shithub: riscv

ref: 21ae833386940c7414ecaaf1012c0ec87f0088e5
dir: /sys/src/ape/lib/l/yywrap.c/

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

int
yywrap(void)
{
	return 1;
}