Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

tfind - find node in binary search tree

&pagelevel(4)&pagelevel

Syntax

#include <search.h>

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

Description

See tsearch().