libft
|
#include "libft.h"
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.