vt_len 3 2016-02-28 genvector manual

NAME

vt_len - return the length of a vector

SYNPOSIS

vt_size_t vt_len(vt_t *vect)

DESCRIPTION

vt_len returns the length of a vector. Return type depends on vector type, but is an integer. vt_t and the vt_ prefix are type-dependant, see vt_t(7).

Arguments:
vect A vector already initialized using vt_init.

RETURN VALUE

Length of the vector (number of elements initialized).

SEE ALSO

vt_len 3 2016-02-28 genvector manual