libft
|
#include "libft.h"
Go to the source code of this file.
Functions | |
void | ft_lstappend (t_list **alst, t_list *new) |
Adds the element new at the end of the list. More... | |
Adds the element new at the end of the list.
alst | The pointer to the first link in a list |
new | The link to add at the beginning of the list |
Definition at line 22 of file ft_lstappend.c.