TFIND(3) Library Functions Manual TFIND(3)
NAME
tfind — search
binary search tree
SYNOPSIS
#include <search.h>
void *tfind(const void *key, void *const *rootp,
int (*compar)(const void *, const void *));
DESCRIPTION
Refer to tsearch(3) .
DERIVATION
Derived from Issue 1 of the SVID.
February 1997 posix.fail