Libft
 
Loading...
Searching...
No Matches
ft_lstiter_bonus.c File Reference
#include "libft.h"
Include dependency graph for ft_lstiter_bonus.c:

Functions

void ft_lstiter (t_list *lst, void(*f)(void *))
 Iterate on the linked list 'lst' and apply the function 'f' on the content of each element.