shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}