shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}