docs(char): moving the actual documentation on the header
- The documentation on the header allow u to see on the files where the header is inclued
This commit is contained in:
parent
78c37163f2
commit
63c1dea7a2
8 changed files with 56 additions and 50 deletions
|
|
@ -6,16 +6,10 @@
|
|||
/* By: rparodi <marvin@42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2023/11/06 14:06:53 by rparodi #+# #+# */
|
||||
/* Updated: 2025/09/05 10:44:13 by rparodi ### ########.fr */
|
||||
/* Updated: 2025/09/05 16:03:14 by rparodi ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
/**
|
||||
* @brief Check if the character is printable
|
||||
*
|
||||
* @param c the character
|
||||
* @return the character if can be print or 0 if not
|
||||
*/
|
||||
int ft_isprint(int c)
|
||||
{
|
||||
if (c >= 32 && c <= 126)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue