TWALK(3) Library Functions Manual TWALK(3)
NAME
twalk — traverse a
binary search tree
SYNOPSIS
#include <search.h>
void twalk(const void *root,
void (*action)(const void *, VISIT, int ));
DESCRIPTION
Refer to tsearch(3) .
DERIVATION
Derived from Issue 1 of the SVID.
February 1997 posix.fail