shithub: riscv

ref: 98b9c4eb1ef0907ee596cc2ddd19beb03427a062
dir: /sys/src/ape/lib/l/yywrap.c/

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

int
yywrap(void)
{
	return 1;
}