cp_vector_size(3)

cp_vector(3) libcprops - cp_vector cp_vector(3)

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.

MARCH 2006 libcprops-0.0.12