TWALK(3) Library Functions Manual TWALK(3)

twalktraverse a binary search tree

#include <search.h>

void twalk(const void *root,
    void (*action)(const void *, VISIT, int ));

Refer to tsearch(3) .

Derived from Issue 1 of the SVID.

February 1997 posix.fail