tgrekov-libft
HIVE libft Oct 2023
Loading...
Searching...
No Matches
ft_isdigit.c File Reference

/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_isdigit.c :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: tgrekov <tgrekov@student.hive.fi> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2023/10/23 13:26:17 by tgrekov #+# #+# */
/* Updated: 2023/11/04 22:24:42 by tgrekov ### ########.fr */
/* */
/* ************************************************************************** */

Definition in file ft_isdigit.c.

Go to the source code of this file.

Functions

int ft_isdigit (int c)
 Is c a numeric character.
 

Function Documentation

◆ ft_isdigit()

int ft_isdigit ( int  c)

Is c a numeric character.

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

Definition at line 26 of file ft_isdigit.c.

Here is the caller graph for this function: