refactor(char): normed the char functions
- Norme was not passed after the modification but corrected now
This commit is contained in:
parent
02d16e2abe
commit
1c607fced3
5 changed files with 5 additions and 15 deletions
|
|
@ -6,12 +6,10 @@
|
||||||
/* By: rparodi <marvin@42.fr> +#+ +:+ +#+ */
|
/* By: rparodi <marvin@42.fr> +#+ +:+ +#+ */
|
||||||
/* +#+#+#+#+#+ +#+ */
|
/* +#+#+#+#+#+ +#+ */
|
||||||
/* Created: 2023/11/06 11:58:37 by rparodi #+# #+# */
|
/* 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
|
* @brief Check if the character is alpha
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -6,12 +6,10 @@
|
||||||
/* By: rparodi <marvin@42.fr> +#+ +:+ +#+ */
|
/* By: rparodi <marvin@42.fr> +#+ +:+ +#+ */
|
||||||
/* +#+#+#+#+#+ +#+ */
|
/* +#+#+#+#+#+ +#+ */
|
||||||
/* Created: 2023/11/06 14:04:26 by rparodi #+# #+# */
|
/* 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
|
* @brief Check if the character is in the ascii table
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -6,12 +6,10 @@
|
||||||
/* By: rparodi <marvin@42.fr> +#+ +:+ +#+ */
|
/* By: rparodi <marvin@42.fr> +#+ +:+ +#+ */
|
||||||
/* +#+#+#+#+#+ +#+ */
|
/* +#+#+#+#+#+ +#+ */
|
||||||
/* Created: 2023/11/06 14:06:53 by rparodi #+# #+# */
|
/* 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
|
* @brief Check if the character is printable
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -6,12 +6,10 @@
|
||||||
/* By: rparodi <marvin@42.fr> +#+ +:+ +#+ */
|
/* By: rparodi <marvin@42.fr> +#+ +:+ +#+ */
|
||||||
/* +#+#+#+#+#+ +#+ */
|
/* +#+#+#+#+#+ +#+ */
|
||||||
/* Created: 2023/11/07 10:38:54 by rparodi #+# #+# */
|
/* 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
|
* @brief convert the upper case to lower case
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -6,12 +6,10 @@
|
||||||
/* By: rparodi <marvin@42.fr> +#+ +:+ +#+ */
|
/* By: rparodi <marvin@42.fr> +#+ +:+ +#+ */
|
||||||
/* +#+#+#+#+#+ +#+ */
|
/* +#+#+#+#+#+ +#+ */
|
||||||
/* Created: 2023/11/07 10:44:26 by rparodi #+# #+# */
|
/* 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
|
* @brief convert the lower case to upper case
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue