twalk - traverse a binary search tree
#include <search.h> void twalk(const void *root, void (*action)(const void *, VISIT, int ));
void twalk(const void *root, void (*action)(const void *, VISIT, int ));
Refer to tsearch().