shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}