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