Next: , Previous: rbtree_next_node, Up: Public Routines


3.1.20 rbtree_node_cmp_s

comparison assuming the nodes' data pointer points at strings

Synopsis

     #include <rbtree/rbtree.h>
     
     
     
int rbtree_node_cmp_s( 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 assuming the nodes' data pointer points at strings