shithub: riscv

ref: 9e547f50d19b6f24bc59ccb38dfeb5ea46003907
dir: /sys/src/ape/lib/l/yywrap.c/

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

int
yywrap(void)
{
	return 1;
}