test_btree.c

Test suite for the binary tree (t_btree) implementation.

Covers btree_insert_data(), btree_create_node(), btree_clear()

Author

jguillem

Functions

static void del_item(void *content)
static int int_cmp(int *a, int *b)
void test_btree_suite(void)