aboutsummaryrefslogtreecommitdiff
path: root/ft_tolower.c
AgeCommit message (Collapse)Author
2020-01-15Move *.o -> src/, *.h -> include/ and *.o -> buildCharles
2019-11-20Taking advantage of the ascii table tricksCharles
ft_toupper, ft_tolower, ft_atoi, ft_itoa
2019-10-20Part1 refactoringCharles
2019-10-07Normed everythingCabergs Charles
Created a few dummy functions to resolve functions having more than 25 lines.
2019-07-29part 1 pass except ft_isalnum (why??)Charles
2019-07-28std library function almost done, tested with libft-unit-testsCharles