mini-moulinette icon indicating copy to clipboard operation
mini-moulinette copied to clipboard

Added check for whitespace characters in ft_atoi.c

Open davidmalasek opened this issue 5 months ago • 0 comments

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.

davidmalasek avatar Sep 25 '24 12:09 davidmalasek