silc_tree_minmax

SYNOPSIS

    void *silc_tree_minmax(SilcTree *tree, SilcBool min);

DESCRIPTION

Returns either smallest or largest value from the `tree'. If the `min' is TRUE returns the smallest, otherwise returns the largest. Returns NULL if the tree is empty.