vector_element_size

NAME
SYNOPSIS
DESCRIPTION
AUTHOR
LICENSE
VERSION

NAME

vector_element_size - return the size of each element of a vector

SYNOPSIS

#include <vector.h>

#define vector_element_size(v) ((v)->size)

DESCRIPTION

Return the size in bytes of each element in vector.

AUTHOR

Richard Jones <rich@annexia.org>

LICENSE

GNU LGPL (see http://www.gnu.org/)

VERSION

c2lib-1.2.13