@ -18,6 +18,8 @@ void list_clear(struct list *list)
free(cur);
cur=next;
}
list->head=NULL;
list->tail=NULL;
}
// returns generated linked list node, or NULL on failure
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.