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,11 @@
/* By: rparodi <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2023/11/06 12:47:28 by rparodi #+# #+# */
/* Updated: 2024/10/31 12:54:42 by rparodi ### ########.fr */
/* Updated: 2025/09/01 18:31:27 by rparodi ### ########.fr */
/* */
/* ************************************************************************** */
#include "libft.h"
#include "char.h"
/**
* @brief Check if the character is alpha-numeric

View file

@ -10,7 +10,7 @@
/* */
/* ************************************************************************** */
#include "libft.h"
/**
* @brief Check if the character is alpha

View file

@ -10,7 +10,7 @@
/* */
/* ************************************************************************** */
#include "libft.h"
/**
* @brief Check if the character is in the ascii table

View file

@ -6,12 +6,10 @@
/* By: rparodi <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2023/11/06 12:44:28 by rparodi #+# #+# */
/* Updated: 2024/10/31 12:49:05 by rparodi ### ########.fr */
/* Updated: 2025/09/01 16:25:14 by rparodi ### ########.fr */
/* */
/* ************************************************************************** */
#include "libft.h"
/**
* @brief Check if the character is alpha numeric
*

View file

@ -10,7 +10,7 @@
/* */
/* ************************************************************************** */
#include "libft.h"
/**
* @brief Check if the character is printable

View file

@ -10,7 +10,7 @@
/* */
/* ************************************************************************** */
#include "libft.h"
/**
* @brief convert the upper case to lower case

View file

@ -10,7 +10,7 @@
/* */
/* ************************************************************************** */
#include "libft.h"
/**
* @brief convert the lower case to upper case