ft_lstadd_front: initial implementation
This commit is contained in:
parent
8777bfc3c3
commit
a620c3606d
3 changed files with 47 additions and 2 deletions
1
libft.h
1
libft.h
|
|
@ -70,5 +70,6 @@ typedef struct s_list
|
|||
} t_list;
|
||||
|
||||
t_list *ft_lstnew(void *content);
|
||||
void ft_lstadd_front(t_list **lst, t_list *new);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue