refactor: only the usefull header

- Removing all 'libft.h' mention
- Using the include only on the files needed by
This commit is contained in:
Raphael 2025-09-01 18:45:33 +02:00
parent afb804195a
commit 905ffd4b72
No known key found for this signature in database
48 changed files with 142 additions and 120 deletions

View file

@ -6,11 +6,13 @@
/* By: rparodi <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2023/11/09 13:56:57 by rparodi #+# #+# */
/* Updated: 2024/10/31 18:14:29 by rparodi ### ########.fr */
/* Updated: 2025/09/01 18:28:51 by rparodi ### ########.fr */
/* */
/* ************************************************************************** */
#include "libft.h"
#include "memory.h"
#include "str.h"
#include <stdlib.h>
/**
* @brief Applies a function to each character of a string.