MCPcopy Index your code
hub / github.com/GJDuck/e9patch / tdelete

Function tdelete

examples/stdlib.c:5503–5507  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5501 return NULL;
5502}
5503static void *tdelete(const void *key, void **root,
5504 int (*compare)(const void *, const void *))
5505{
5506 return pool_tdelete(NULL, key, root, compare);
5507}
5508
5509static void tree_walk(const struct node_s *n, int depth,
5510 void (*action)(const void *, const VISIT, const int))

Callers 1

test_treeFunction · 0.85

Calls 1

pool_tdeleteFunction · 0.85

Tested by 1

test_treeFunction · 0.68