Diffusion C API  6.7.4
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
list_node_s Struct Reference

Structure representing a node in a linked list. More...

Data Fields

struct list_node_sprev
 Pointer to the previous node.
 
struct list_node_snext
 Pointer to the next node.
 
void * data
 Node content.
 

Detailed Description

Structure representing a node in a linked list.


The documentation for this struct was generated from the following file: