shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}