libft
Loading...
Searching...
No Matches
ft_lstiter.c File Reference
#include "libft.h"

Go to the source code of this file.

Functions

void ft_lstiter (t_list *lst, void(*f)(void *))
 Iterate list.
 

Function Documentation

◆ ft_lstiter()

void ft_lstiter ( t_list lst,
void(*)(void *)  f 
)

Iterate list.

Parameters
lst
f

Definition at line 15 of file ft_lstiter.c.