shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}