twalk - traverse a binary search tree
#include <search.h> void twalk(const void *root, void (*action)(const void *, VISIT, int ));
Refer to tsearch().
Derived from Issue 1 of the SVID.