shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}