shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}