shithub: riscv

ref: 1a2aefcf119e21345e41466d3d28bddcd6d6488a
dir: /sys/src/ape/lib/l/yywrap.c/

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

int
yywrap(void)
{
	return 1;
}