tgrekov-fdf
HIVE fdf May 2024
|
Definition in file ft_lstsize_bonus.c.
#include "libft.h"
Go to the source code of this file.
Functions | |
int | ft_lstsize (t_list *lst) |
Counts the number of nodes in a list. | |
int ft_lstsize | ( | t_list * | lst | ) |
Counts the number of nodes in a list.
[in] | lst | Pointer to first node in the list |
int | Length of the list |
Definition at line 28 of file ft_lstsize_bonus.c.
References s_list::next.