shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}