Function rb_next
Defined in File datastr.c
Function Documentation
-
rb_node_t *rb_next(rb_node_t *node)
Compute next node from given node.
- Parameters:
node – the start node
- Returns:
The next node after node
Defined in File datastr.c
Compute next node from given node.
node – the start node
The next node after node