|
Libft
42 Libft library documentation
|
Include dependency graph for ft_lstlast.c:Go to the source code of this file.
Functions | |
| t_list * | ft_lstlast (t_list *lst) |
| Returns the last element of a linked list. This function takes a linked list and returns a pointer to the last element. | |
Returns the last element of a linked list. This function takes a linked list and returns a pointer to the last element.
| lst | The linked list to search. |
Definition at line 23 of file ft_lstlast.c.
References s_list::next.
Referenced by ft_lstadd_back().
Here is the caller graph for this function: