|
Libft
42 Libft library documentation
|
Go to the source code of this file.
Functions | |
| int | ft_isalnum (int c) |
| Checks whether a character is alphanumeric. | |
| int ft_isalnum | ( | int | c | ) |
Checks whether a character is alphanumeric.
| c | Character value to test. |
c is a letter or a digit, 0 otherwise. Definition at line 19 of file ft_isalnum.c.