diff options
Diffstat (limited to 'ft_isalpha.c')
| -rw-r--r-- | ft_isalpha.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/ft_isalpha.c b/ft_isalpha.c deleted file mode 100644 index c19cf58..0000000 --- a/ft_isalpha.c +++ /dev/null @@ -1,7 +0,0 @@ -#include "libft.h" - -int -ft_isalpha (int c) -{ - return ((c >= 'A' && c <= 'Z') || (c >= 'a' && c <= 'z')); -} |
