For internal use only.
This file contains the implementation of the rt_init() function, used to dynamically initialize a red-black tree.
Definition in file rt_init.c.
#include "dbprim.h"
#include "dbprim_int.h"
Include dependency graph for rt_init.c:

Go to the source code of this file.
Functions | |
| unsigned long | rt_init (rb_tree_t *tree, rb_comp_t comp, void *extra) |
| Dynamically initialize a red-black tree. | |
1.4.4