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