Next: sll_traverse, Previous: sll_tail, Up: Singly Linked Lists
Get a node handle to the tail node of a list.
#include <linklist/linklist.h>SLLNode sll_tail_node(SLinkList ull);
SLinkList ull
- the list in question
Get a node handle to the tail node of a list.
It returns the node handle of the tail node of a list, NULL
if
the list is empty.