shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}