Next: rbtree_node_cmp_v, Previous: rbtree_next_node, Up: Public Routines
comparison assuming the nodes' data pointer points at strings
#include <rbtree/rbtree.h>int rbtree_node_cmp_s( const void *dp1, const void *dp2 );
const void *dp1
- the first datum to compare
const void *dp2
- the second datum to compare
comparison assuming the nodes' data pointer points at strings