shithub: riscv

ref: 7c0026410a19909c232d60b0bc90e41f8a68ba69
dir: /sys/src/ape/lib/l/yywrap.c/

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

int
yywrap(void)
{
	return 1;
}