Releases: Alphacharge/mylibft
Releases · Alphacharge/mylibft
v1.1.0
Refurbish and improve
This release gets rid of a lot of strlen function calls.
Further a lot of variables are renamed for better understanding, NULL protections are added and some functions changed.
We also have a new function str_replace_first that is able to create a new string.
v1.0.3
Fixed wrong behavior of strcmp.
v1.0.2
Added License
v1.0.1
#CHANGES
- renamed variable in lst_add_back and lst_add_front because of keyword conflict with c++
v1.0.0
This is Version 1.0.0 with Functions added from 42 projects libft, printf, getnextline, pushswap, pipex and minishell.