shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}