shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}