For internal use only.
This file contains the implementation of the rn_init() function, used to dynamically initialize a red-black tree node.
Definition in file rn_init.c.
#include "dbprim.h"
#include "dbprim_int.h"
Include dependency graph for rn_init.c:
Go to the source code of this file.
Functions | |
unsigned long | rn_init (rb_node_t *node, void *value) |
Dynamically initialize a red-black tree node. |