tfind - search binary search tree
#include <search.h> void *tfind(const void *key, void *const *rootp, int (*compar)(const void *, const void *));
Refer to tsearch().
Derived from Issue 1 of the SVID.