Function llist_delete

Function Documentation

status_t llist_delete(struct llist *list, struct llist_node *victim, void *e)

Delete a node from a llist.

Parameters:
  • list – The linked list handle.

  • victim – the linked list node to delete from the list.

  • e – To be filled with the data from the victim node if non-NULL.

Returns:

status_t.