shithub: riscv

ref: 3ce514ca0a36e90a89a066a3c73f4d45ceb5c530
dir: /sys/src/ape/lib/l/yywrap.c/

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

int
yywrap(void)
{
	return 1;
}