Function bstree_insert

Function Documentation

status_t bstree_insert(struct bstree *tree, void *const key, void *const data)

Insert an item into a bstree.

Parameters:
  • tree – The BST handle

  • key – The key for the data to insert

  • data – The data to insert