data_structures
|
#include "rbt.h"
Go to the source code of this file.
Functions | |
void * | rbt_ceil (const t_rbt *rbt, const void *key) |
Returns the smallest key greater than or equal to the specified key. More... | |
void* rbt_ceil | ( | const t_rbt * | rbt, |
const void * | key | ||
) |
Returns the smallest key greater than or equal to the specified key.
key | The key |
NULL
, if the tree is empty. Definition at line 33 of file rbt_ceil.c.