shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}