Tree v1.1
----------

1 - tree_init()
2 - tree_clear()
3 - tree_insert()
4 - tree_delete()
5 - tree_find_node()
6 - tree_get_node_count()
7 - tree_proces()
M - MENU
P - Tree_Print()
E - END
Your choice: Your choice: 7
Tree is NOT initialized!

Your choice: Your choice: 1
Tree initialized successfuly.

Your choice: Your choice: 7
Process:
1 - preorder
2 - inorder
3 - postorder
Your choice1


Your choice: Your choice: 3
Insert data to a node:
Please, enter a name: Enter age, weight and height (separated by Enter):
myMalloc: allocating 296 bytes, memory allocated 296 bytes

Your choice: Your choice: 3
Insert data to a node:
Please, enter a name: End of file.
myFree: releasing 296 bytes, memory allocated 0 bytes
