shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}