diff options
| author | yctct <yctct@yctct.com> | 2026-02-05 12:18:33 +0100 |
|---|---|---|
| committer | yctct <yctct@yctct.com> | 2026-02-05 12:18:33 +0100 |
| commit | 472b8f20c0f74d20dbb434abce10ee86054b9975 (patch) | |
| tree | 95625c0ba5a7f999c9add7f9bd55bb0f0b4dc173 /ft_lstiter.c | |
| parent | 8403fab94b17bc63bc193037c8777b9074707287 (diff) | |
Diffstat (limited to 'ft_lstiter.c')
| -rw-r--r-- | ft_lstiter.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/ft_lstiter.c b/ft_lstiter.c index 85c404a..06c9ce7 100644 --- a/ft_lstiter.c +++ b/ft_lstiter.c @@ -26,15 +26,3 @@ void ft_lstiter(t_list *lst, void (*f)(void *)) } } -/* -{ - t_list *current; - - current = lst; - while (current) - { - f(current->content); - current = current->next; - } -} -*/ |
