shithub: riscv

ref: 097879eace30b438c8c20edd543f5752d0eec07b
dir: /sys/src/ape/lib/l/yywrap.c/

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

int
yywrap(void)
{
	return 1;
}