shithub: riscv

ref: 0132e7fed0ee48dae66607fbccd7c0ab1acea45e
dir: /sys/src/ape/lib/l/yywrap.c/

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

int
yywrap(void)
{
	return 1;
}