2.4.4.4 Searching¶
-
ZixStatus zix_tree_find(const ZixTree *t, const void *e, ZixTreeIter **ti)¶
Set
ti
to an element equal toe
int
.If no such item exists,
ti
is set to NULL.
Set ti
to an element equal to e
in t
.
If no such item exists, ti
is set to NULL.