ft_lstclear
Subject
Understandable explanation
This functions works similarly as the ft_lstdelone
function, but instead of removing only one element, it removes the element passed as parameter as well as all the following elements.
Commented solution
Last updated