aboutsummaryrefslogtreecommitdiff
path: root/libft.en.pdf
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-07WIP bonus listCharles