Next: sll_node_put_data, Previous: sll_next_node, Up: Singly Linked Lists
Retrieve the data from a specified linked list node.
#include <linklist/linklist.h>void *sll_node_get_data(SLLNode unode);
SLLNode unode
- the node in question
Retrieve the data from a specified linked list node.
It returns the node's data pointer.