refactor: only the usefull header
- Removing all 'libft.h' mention - Using the include only on the files needed by
This commit is contained in:
parent
afb804195a
commit
905ffd4b72
48 changed files with 142 additions and 120 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#include "libft.h"
|
||||
|
||||
|
||||
/**
|
||||
* @brief Check if the character is alpha
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#include "libft.h"
|
||||
|
||||
|
||||
/**
|
||||
* @brief Check if the character is in the ascii table
|
||||
|
|
|
|||
|
|
@ -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
|
||||
*
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#include "libft.h"
|
||||
|
||||
|
||||
/**
|
||||
* @brief Check if the character is printable
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#include "libft.h"
|
||||
|
||||
|
||||
/**
|
||||
* @brief convert the upper case to lower case
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#include "libft.h"
|
||||
|
||||
|
||||
/**
|
||||
* @brief convert the lower case to upper case
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue