From b73c46acb253321fa6a171868e85a1dc2ce67b2f Mon Sep 17 00:00:00 2001 From: Johannes Date: Tue, 16 Dec 2025 14:13:00 +0100 Subject: [PATCH] tets --- bintree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bintree.c b/bintree.c index 5cf82a9..6d982b2 100644 --- a/bintree.c +++ b/bintree.c @@ -12,7 +12,7 @@ // if isDuplicate is NULL, otherwise ignores duplicates and sets isDuplicate to 1 (or to 0 if a new entry is added). TreeNode *addToTree(TreeNode *root, const void *data, size_t dataSize, CompareFctType compareFct, int *isDuplicate) { - +//Zzzzz } // Iterates over the tree given by root. Follows the usage of strtok. If tree is NULL, the next entry of the last tree given is returned in ordering direction.