|
Libft
42 Libft library documentation
|
Go to the source code of this file.
Functions | |
| int | isalpha (int c) |
| Checks whether a character is alphabetic. | |
| int isalpha | ( | int | c | ) |
Checks whether a character is alphabetic.
| c | Character value to test. |
c is in [A-Z] or [a-z], 0 otherwise. Definition at line 19 of file ft_isalpha.c.