tgrekov-libft
HIVE libft Oct 2023
|
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. | |
int ft_isdigit | ( | int | c | ) |
Is c
a numeric character.
[in] | c | Character to test |
int | 1 if c is within the range 0 - 9 , otherwise 0 |
Definition at line 26 of file ft_isdigit.c.