Next: , Previous: rbtree_new, Up: Public Routines


3.1.18 rbtree_node_size

Return the size of an RBNode.

Synopsis

     #include <rbtree/rbtree.h>
     
     
     
size_t rbtree_node_size(void);

Description

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!