Next: dll_detach_node, Previous: dll_destroy_node, Up: Doubly Linked Lists
Detach the head node of a list.
#include <linklist/linklist.h>DLLNode dll_detach_head_node(DLinkList ull);
DLinkList ull
- the list in question
This routine detaches the head node of a list from the list and returns a handle to the detached node.
It returns a handle to the node upon success, NULL
on failure.