shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}