Libft
 
Loading...
Searching...
No Matches
ft_isspace.c File Reference

Functions

int ft_isspace (int character)
 Check if arg is a whitespace.
 
int ft_iswhitespace (int character)
 Alternative name for ft_isspace.