Function rb_insert
Defined in File datastr.c
Function Documentation
-
void rb_insert(rb_tree_t *tree, rb_node_t *node)
Insert node into tree.
- Parameters:
tree – the tree
node – the node to insert
Defined in File datastr.c
Insert node into tree.
tree – the tree
node – the node to insert