shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}