Libft
 
Loading...
Searching...
No Matches
ft_lstadd_back_bonus.c File Reference
#include "libft.h"
Include dependency graph for ft_lstadd_back_bonus.c:

Functions

void ft_lstadd_back (t_list **lst, t_list *new)
 Adds the element ’new’ at the end of the list.