MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / _aspace_bst_init

Function _aspace_bst_init

examples/test/avl.c:313–317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

311 */
312
313int _aspace_bst_init(struct rt_aspace *aspace)
314{
315 aspace->tree.tree.root_node = AVL_ROOT;
316 return 0;
317}
318
319static int compare_overlap(void *as, void *ae, void *bs, void *be)
320{

Callers 1

init_testFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected