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


3.2.23 dll_node_get_data

Retrieve the data from a specified linked list node.

Synopsis

     #include <linklist/linklist.h>
     
     
     
void *dll_node_get_data(DLLNode unode);

Parameters

DLLNode unode
the node in question

Description

Retrieve the data from a specified linked list node.

Returns

It returns the node's data pointer.