data-structures-c
Toggle main menu visibility
Loading...
Searching...
No Matches
list_node Struct Reference
Intrusive list node structure.
More...
#include <
list_template.h
>
Public Attributes
list_node_type *
prev_ptr
prev node pointer.
list_node_type *
next_ptr
next node pointer.
Detailed Description
Intrusive list node structure.
Examples
list_example.c
.
The documentation for this struct was generated from the following file:
list/
list_template.h
list_node
Generated by
1.17.0