aboutsummaryrefslogtreecommitdiff
path: root/ft_calloc.c
AgeCommit message (Collapse)Author
2020-01-15Move *.o -> src/, *.h -> include/ and *.o -> buildCharles
2019-11-21ft_memset and ft_strlen optimizationCharles
2019-11-20refactored everythingCharles
2019-10-20Part1 refactoringCharles
2019-10-18Fixed ft_substr, added a few protection to list functionsCharles
2019-10-09Small updateCabergs Charles
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