Harden ft_tree and change it a little
authorLukáš Jiřiště <gymnazium.jiriste@gmail.com>
Thu, 31 Jul 2025 10:11:55 +0000 (12:11 +0200)
committerLukáš Jiřiště <gymnazium.jiriste@gmail.com>
Thu, 31 Jul 2025 10:11:55 +0000 (12:11 +0200)
commit9a194b0e3bb3bffb2c8c2113c88b977929c01900
tree76a3edc5923446fcad43dd7f60c6536d3e4e42a3
parent12d162c5f77883eccb65a40e6358da5b3dedb326
Harden ft_tree and change it a little

The change is to return t_tree from pointer to t_tree_node to just
t_tree_node. I don't yet have much grasp on ergonomics of this but I
think this is the better choice.
ft_struct/ft_tree_access_child.c
ft_struct/ft_tree_access_data.c
ft_struct/ft_tree_append_child.c
ft_struct/ft_tree_erase_child.c
ft_struct/ft_tree_forget_child.c
ft_struct/ft_tree_free.c
ft_struct/ft_tree_init.c
ft_struct/ft_tree_replace_with_child.c
inc/ft_struct.h