TDELETE(3) Library Functions Manual TDELETE(3)

tdeletedelete node from binary search tree

#include <search.h>

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

Refer to tsearch(3) .

Derived from Issue 1 of the SVID.

February 1997 posix.fail