data_structures
|
#include "rbt.h"
Go to the source code of this file.
Functions | |
int | rbt_contains (const t_rbt *rbt, const void *key) |
Does the tree contain the specified key? More... | |
int rbt_contains | ( | const t_rbt * | rbt, |
const void * | key | ||
) |
Does the tree contain the specified key?
key | The key |
1
if tree contains the specified key, 0
otherwise Definition at line 16 of file rbt_contains.c.