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

Functions

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