Next: dll_traverse, Previous: dll_tail, Up: Doubly Linked Lists
Get a node handle to the tail node of a list.
#include <linklist/linklist.h>DLLNode dll_tail_node(DLinkList ull);
DLinkList 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.