28 while (NULL !=
this) {
29 int comparison =
comp(this->data, search);
41 if (0 == comparison) {
46 return NULL !=
this ? this->data : NULL;
static int comp(const void *_a, const void *_b)
int(* TreeComp)(const void *, const void *)
void * treeFind(Tree this, const void *search, TreeComp comp)