|
libft
|
#include "libft.h"
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 list. More... | |
Returns the last element of a list.
| lst | A pointer’s to the first link of a list. |
Definition at line 22 of file ft_lstlast.c.
1.8.16