7.8.1 Starting at the Null Node [ToC] [Index]     [Skip Fwd]     [Prev] [Up] [Next]

271. <TBST traverser null initializer 271> =
void 
tbst_t_init (struct tbst_traverser *trav, struct tbst_table *tree)
{ trav->tbst_table = tree; trav->tbst_node = NULL; }

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