|
libft
|
#include "libft.h"Go to the source code of this file.
Functions | |
| int | ft_isalnum (int c) |
| Is an alphabet or a number. | |
| int ft_isalnum | ( | int | c | ) |
Is an alphabet or a number.
Checks if character is an alphabet or a number.
| c | Character as an ASCII desimal |
Definition at line 15 of file ft_isalnum.c.