aboutsummaryrefslogtreecommitdiff
path: root/ft_calloc.c
AgeCommit message (Collapse)Author
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