#include <xtend/dsv.h>
-lxtend
ptr Pointer to a dsv_line_t structure
Accessor macro for array_size. Use this macro to reference array_size in a
dsv_line_t structure from functions that are not members of the class. This
allows separation of implementation from interface. While the implementation
of the dsv_line_t structure may change, effort is made to preserve the API of
functions and macros used to access it.
dsv_line_t dsv_line;
size_t array_size;
array_size = DSV_LINE_ARRAY_SIZE(&dsv_line);
See xtend/dsv.h for a full list of macros.