shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}