limb 0.2.0

2024-01-09

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.

SEE ALSO

siov_seek(3)

limb 0.1.0
2023-07-24
siov_len(3)