Format: AllC/C++CSSTextshell script Advanced Search
117: if (root != (node *)0 && action != (void (*)(const void *, VISIT, int))0) 118: trecurse(root, action, 0); 119: }