refactor(char): normed the char functions

- Norme was not passed after the modification but corrected now
This commit is contained in:
Raphael 2025-09-04 11:48:50 +02:00
parent 02d16e2abe
commit 1c607fced3
No known key found for this signature in database
5 changed files with 5 additions and 15 deletions

View file

@ -6,12 +6,10 @@
/* By: rparodi <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2023/11/06 11:58:37 by rparodi #+# #+# */
/* Updated: 2024/10/31 12:54:40 by rparodi ### ########.fr */
/* Updated: 2025/09/04 11:42:06 by rparodi ### ########.fr */
/* */
/* ************************************************************************** */
/**
* @brief Check if the character is alpha
*

View file

@ -6,12 +6,10 @@
/* By: rparodi <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2023/11/06 14:04:26 by rparodi #+# #+# */
/* Updated: 2024/10/31 12:49:55 by rparodi ### ########.fr */
/* Updated: 2025/09/04 11:41:42 by rparodi ### ########.fr */
/* */
/* ************************************************************************** */
/**
* @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 14:06:53 by rparodi #+# #+# */
/* Updated: 2024/10/31 12:50:37 by rparodi ### ########.fr */
/* Updated: 2025/09/04 11:41:49 by rparodi ### ########.fr */
/* */
/* ************************************************************************** */
/**
* @brief Check if the character is printable
*

View file

@ -6,12 +6,10 @@
/* By: rparodi <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2023/11/07 10:38:54 by rparodi #+# #+# */
/* Updated: 2024/10/31 12:55:28 by rparodi ### ########.fr */
/* Updated: 2025/09/04 11:42:13 by rparodi ### ########.fr */
/* */
/* ************************************************************************** */
/**
* @brief convert the upper case to lower case
*

View file

@ -6,12 +6,10 @@
/* By: rparodi <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2023/11/07 10:44:26 by rparodi #+# #+# */
/* Updated: 2024/10/31 12:55:14 by rparodi ### ########.fr */
/* Updated: 2025/09/04 11:41:57 by rparodi ### ########.fr */
/* */
/* ************************************************************************** */
/**
* @brief convert the lower case to upper case
*