tgrekov-ft_printf
HIVE printf Feb 2024
|
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. | |
int ft_isascii | ( | int | c | ) |
Is c
in the ASCII character range.
[in] | c | Character to test |
int | 1 if c is within the range 0 - 127 , otherwise 0 |
Definition at line 26 of file ft_isascii.c.