aboutsummaryrefslogtreecommitdiff
path: root/pre2019_subject.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