shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}