mini-moulinette
mini-moulinette copied to clipboard
Added check for whitespace characters in ft_atoi.c
I added check for additional whitespace characters defined by isspace(3), since the exercise states:
The string can start with an arbitray amount of whitespace (as determined by isspace(3)).
Those characters are: \f
\n
\r
\t
\v
, space character also included.