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