shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}