ft_lstiter
Subject
Understandable explanation
This function iterates over the whole list and applies the function f
to the content of each elements.
Hints
Commented solution
Last updated
This function iterates over the whole list and applies the function f
to the content of each elements.
Last updated