shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}