aboutsummaryrefslogtreecommitdiff
path: root/pre2019_subject.en.pdf
AgeCommit message (Collapse)Author
2020-01-16Features toggle to avoid bloat and unauthorized functions, config file, ↵Charles
script to generate a rendu branch
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