You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No, your program is working properly. The error is exclusive from ft_atoi_recursive. I'm just warning you that it has an undefined behavior in some cases and if you want to use it in a future program.
Your
ft_atoi_recursive
has an undefined behavior when you try to pass numbers with minus in the middle of the string, like: 1-1-1-1 or 111-1.philosophers/philo/src/utils/ft_atoi.c
Line 26 in 38d6cba
The text was updated successfully, but these errors were encountered: