Next: rbtree_node_get_data, Previous: rbtree_node_cmp_s, Up: Public Routines
comparison based upon the arithmetic equality of the nodes' data pointers
#include <rbtree/rbtree.h>int rbtree_node_cmp_v( const void *dp1, const void *dp2 );
const void *dp1
- the first datum to compare
const void *dp2
- the second datum to compare
comparison based upon the arithmetic equality of the nodes' data pointers