Next: dll_tail_node, Previous: dll_sizeof_node, Up: Doubly Linked Lists
Get the data of the tail node of a list.
#include <linklist/linklist.h>void *dll_tail(DLinkList ull);
DLinkList ull
- the list in question
Get the data of the tail node of a list.
It returns the data of the tail node of a list, NULL
if the list
is empty.