Next: , Previous: dll_tail, Up: Doubly Linked Lists


3.2.31 dll_tail_node

Get a node handle to the tail node of a list.

Synopsis

     #include <linklist/linklist.h>
     
     
     
DLLNode dll_tail_node(DLinkList ull);

Parameters

DLinkList ull
the list in question

Description

Get a node handle to the tail node of a list.

Returns

It returns the node handle of the tail node of a list, NULL if the list is empty.