Next: rbtree_next_node, Previous: rbtree_new, Up: Public Routines
Return the size of an RBNode
.
#include <rbtree/rbtree.h>size_t rbtree_node_size(void);
This routine returns the size of the internal structure used for each node. This does not include user supplied data. Please note that this is a function call, not a macro!