shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}