Changelog
Fixed
- ft_memccpy now checks if the copied character causes its interruption
- ft_putnbr_base_fd memory was initialized incorrectly
- ft_strtol overflow and underflow detection are now fully functional
- ft_strtoul parsing was not working properly for some strings
- ft_strtoul errno was not set to EINVAL when the given string was invalid
- ft_strtrim the right part of the string was not trimmed correctly
License
This project is licensed under the LGPLv3 License - see the LICENSE file for details