4.9.3.9 Getting the Current Item [ToC] [Index]     [Skip Back] [Skip Fwd]     [Prev] [Up] [Next]

75. <BST traverser current item function 75> =
void *
bst_t_cur (struct bst_traverser *trav)
{ assert (trav != NULL); return trav->bst_node != NULL ? trav->bst_node->bst_data : NULL; }

This code is included in 64, 180, 270, 397, 504, and 548.