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