shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}