tgrekov-pipex
HIVE pipex May 2024
Loading...
Searching...
No Matches
ft_isprint.c File Reference

/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_isprint.c :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: tgrekov <tgrekov@student.hive.fi> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2023/10/23 13:35:10 by tgrekov #+# #+# */
/* Updated: 2023/11/04 22:24:41 by tgrekov ### ########.fr */
/* */
/* ************************************************************************** */

Definition in file ft_isprint.c.

Go to the source code of this file.

Functions

int ft_isprint (int c)
 Is c a printable character.
 

Function Documentation

◆ ft_isprint()

int ft_isprint ( int  c)

Is c a printable character.

Parameters
[in]cCharacter to test
Return values
int1 if c is within the range ' ' - ~

Definition at line 26 of file ft_isprint.c.