Next: sll_insert, Previous: sll_head, Up: Singly Linked Lists
Get a node handle to the head node of a list.
#include <linklist/linklist.h>SLLNode sll_head_node(SLinkList ull);
SLinkList 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.