|
Libft
42 Libft library documentation
|
#include "../includes/types.h"
Include dependency graph for ft_lstsize.c:Go to the source code of this file.
Functions | |
| int | ft_lstsize (t_list *lst) |
| Counts the number of nodes in a linked list. | |
| int ft_lstsize | ( | t_list * | lst | ) |
Counts the number of nodes in a linked list.
| lst | Head of the list. |
Definition at line 21 of file ft_lstsize.c.
References s_list::next.