Sun, 29 Sep 2024 14:40:43 +0200
allow find() member function to start in an arbitrary subtree relates to #166
--- a/src/cx/tree.h Sun Sep 29 14:38:41 2024 +0200 +++ b/src/cx/tree.h Sun Sep 29 14:40:43 2024 +0200 @@ -828,6 +828,7 @@ */ void *(*find)( struct cx_tree_s *tree, + const void *subtree, const void *data );