shithub: riscv

ref: 99718a581ba7c2aebf372d57c8acaeb39535befc
dir: /sys/src/ape/lib/l/yywrap.c/

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

int
yywrap(void)
{
	return 1;
}