data_structures
|
#include "rbt.h"
Go to the source code of this file.
Functions | |
t_rbt * | rbt_new (const t_type *key_type, const t_type *val_type) |
Initializes a new empty tree. More... | |
Initializes a new empty tree.
key_type | The type of keys |
val_type | The type of values |
NULL
on failure. In case of an error, errno
is set accordingly. cmp
function).