shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}