LICK
Main Page
Data Structures
Files
Data Structures
Data Structure Index
Data Fields
All
Data Structures
Files
Functions
Variables
Enumerations
Enumerator
Data Fields
node_t Struct Reference
A linked list node.
More...
#include <
llist.h
>
Collaboration diagram for node_t:
[
legend
]
Data Fields
void *
val
the current element value
node_t
*
next
the next node in the linked list, or NULL if there are no more elements
Detailed Description
A linked list node.
The documentation for this struct was generated from the following file:
liblick/
llist.h
Generated on Sat Jun 3 2017 19:33:35 for LICK by
1.8.8