shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}