TFIND(3) Library Functions Manual TFIND(3)

tfindsearch binary search tree

#include <search.h>

void *tfind(const void *key, void *const *rootp,
    int (*compar)(const void *, const void *));

Refer to tsearch(3) .

Derived from Issue 1 of the SVID.

February 1997 posix.fail