|
libft
|
#include "libft.h"
Include dependency graph for ft_lstadd.c:Go to the source code of this file.
Functions | |
| void | ft_lstadd (t_list **alst, t_list *new) |
| Adds an element at the beginning of a list. More... | |
Adds an element at the beginning of a list.
| alst | The pointer to the first link of a list |
| new | The link to add at the beginning of the list |
Definition at line 22 of file ft_lstadd.c.
1.8.16