minishell
Functions
ft_islower.c File Reference
#include "
ft_is.h
"
Include dependency graph for ft_islower.c:
Go to the source code of this file.
Functions
int
ft_islower
(int c)
Function Documentation
◆
ft_islower()
int ft_islower
(
int
c
)
Definition at line
15
of file
ft_islower.c
.
16
{
17
return
(
'a'
<= c && c <=
'z'
);
18
}
Here is the caller graph for this function:
libft
ft_is
ft_islower.c
Generated by
1.9.1