siov_len(3)
limb manual
siov_len(3)
NAME
siov_len - return the length of an array of vectors
SYNOPSIS
#include <limb/siovec.h>
size_t siov_len(const struct iovec *v, unsigned int n)
DESCRIPTION
The siov_len
() function returns the length of data scattered across the array
v
of n
vectors.
RETURN VALUE
The siov_len
() function returns the length of data in the array v
of n
vectors.