Next: , Previous: rbtree_node_cmp_s, Up: Public Routines


3.1.21 rbtree_node_cmp_v

comparison based upon the arithmetic equality of the nodes' data pointers

Synopsis

     #include <rbtree/rbtree.h>
     
     
     
int rbtree_node_cmp_v( const void *dp1, const void *dp2 );

Parameters

const void *dp1
the first datum to compare
const void *dp2
the second datum to compare

Description

comparison based upon the arithmetic equality of the nodes' data pointers