Skip to content

ft_lstaddback

VBrazhnik edited this page Aug 22, 2018 · 2 revisions
Prototype void ft_lstaddback(t_list **alst, t_list *new)
Input #1 The address of a pointer to the first link of a list
Input #2 The link of the new element
Output None
Description Adds the element new at the end of the list
Clone this wiki locally