Commit Graph

4 Commits

Author SHA1 Message Date
whaffman
91cb0af6ef Free_safe implemented, ft_lstnew_safe and ft_lstclear_safe added
ft_strdup_safe added
ft_strjoin_safe added
2025-02-25 16:55:13 +01:00
whaffman
ab72bd5bbb malloc_safe
- add freelist to minishell
- add t_minishell *minishell to all function calling malloc_free
- substituted all malloc calls but the first to malloc_safe
2025-02-25 14:54:17 +01:00
Quinten Mennen
4005f98b16 refactor: naming conventions 2025-02-18 17:03:40 +01:00
whaffman
55ba622714 fixed headers, and function defenitions for prompt 2025-02-05 12:48:04 +01:00