gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:trecurse (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/search/tsearch.c - 3.8KB - 119 lines
117:     if (root != (node *)0 && action != (void (*)(const void *, VISIT, int))0)
118:         trecurse(root, action, 0);
119: }