tgrekov-ft_printf
HIVE printf Feb 2024
|
Definition in file ft_lstlast_bonus.c.
#include "libft.h"
Go to the source code of this file.
Functions | |
t_list * | ft_lstlast (t_list *lst) |
Get the last node in a list. | |
Get the last node in a list.
[in] | lst | Pointer to the first node in the list |
t_list* | Pointer to the last node in the list |
Definition at line 28 of file ft_lstlast_bonus.c.
References s_list::next.