|
Libft
42 Libft library documentation
|
Go to the source code of this file.
Functions | |
| int | ft_isascii (int c) |
| Checks whether a character value is a valid ASCII byte. | |
| int ft_isascii | ( | int | c | ) |
Checks whether a character value is a valid ASCII byte.
| c | Character value to test. |
c is in [0, 127], 0 otherwise. Definition at line 19 of file ft_isascii.c.