aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2020-04-12Added change in ft_write, ft_readlinuxCharles
2020-02-08Added ft_list_remove_ifCharles
2020-02-08Added ft_list_sort.sCharles
2020-02-06read write protection, ft_list_size, ft_list_push_front finishedCharles
2020-01-14Linux version without '_' prefixCharles
2019-11-25draft for ft_list*.s functionsCharles
2019-11-23refactored mandatory functions, to respect c calling conventionCharles
2019-11-23Compiling with nasmCharles
2019-11-22ft_atoi_base.s without the negative and base partCharles
2019-11-22ft_strdup.s and MakefileCharles