Next: dll_insert, Previous: dll_head, Up: Doubly Linked Lists
Get a node handle to the head node of a list.
#include <linklist/linklist.h>DLLNode dll_head_node(DLinkList ull);
DLinkList ull
- the list in question
Get a node handle to the head node of a list.
It returns the node handle of the head node of a list, NULL
if
the list is empty.