Site Search
Library
linux docs
linux man pages
Toys
world sunlight
moon phase
cp_vector_size(3) - Linux man page
Name
cp_vector_size - return the length of a vector
Synopsis
#include <cprops/vector.h>
int cp_vector_size(cp_vector *
vector
);
Description
cp_vector_size
returns the current length of the given
vector
.
Referenced By
cp_vector_element_at
(3)