Next: dll_node_put_data, Previous: dll_next_node, Up: Doubly Linked Lists
Retrieve the data from a specified linked list node.
#include <linklist/linklist.h>void *dll_node_get_data(DLLNode unode);
DLLNode unode
- the node in question
Retrieve the data from a specified linked list node.
It returns the node's data pointer.