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

/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_isascii.c :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: tgrekov <tgrekov@student.hive.fi> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2023/10/23 13:33:15 by tgrekov #+# #+# */
/* Updated: 2023/11/04 22:24:43 by tgrekov ### ########.fr */
/* */
/* ************************************************************************** */

Definition in file ft_isascii.c.

Go to the source code of this file.

Functions

int ft_isascii (int c)
 Is c in the ASCII character range.
 

Function Documentation

◆ ft_isascii()

int ft_isascii ( int  c)

Is c in the ASCII character range.

Parameters
[in]cCharacter to test
Return values
int1 if c is within the range 0 - 127, otherwise 0

Definition at line 26 of file ft_isascii.c.