aboutsummaryrefslogtreecommitdiff
path: root/ft_memmove.c
AgeCommit message (Collapse)Author
2019-10-21fixed strnstr, added protection on specific functions of part1Charles
2019-10-20Part1 refactoringCharles
2019-10-12Fixed ft_strlcat and ft_strnstr to pass Libftest testsCharles
2019-10-09Normed, Makefile bonus ruleCabergs Charles
- bonus rule to add the *_bonus files to libft.a - normed memmove, calloc and bonus
2019-10-08Fix ft_memmove and callocCharles
- memmove doesnt depend on a buffer size - calloc return NULL if count or size == 0 - added byte type
2019-10-07Added calloc and strlcpy, rename out of dateCabergs Charles
2019-10-07Normed everythingCabergs Charles
Created a few dummy functions to resolve functions having more than 25 lines.
2019-07-28std library function almost done, tested with libft-unit-testsCharles