shithub: riscv

ref: 4afb56f570b3d6943e39bda5c9a2992a3bd139d2
dir: /sys/src/liblex/yywrap.c/

View raw version
#include	<u.h>
#include	<libc.h>
#include	<stdio.h>

int
yywrap(void)
{
	return 1;
}