shithub: riscv

ref: 297bf25f612d2dde0d28d7feaae0ea381be114a7
dir: /sys/src/ape/lib/l/yywrap.c/

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

int
yywrap(void)
{
	return 1;
}