shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}