Hey all i struggle to understand an exercice, they ask me to push a new element in the chainlink, but i dont understand why they pass me a double pointer and not just the pointer of the beggining of the list
void list_push_front(t_list **list, void *data)
0 Replies