c_list_s Struct Reference
Used for each element in a doubly-linked list.
More...
#include <src/std/c_list.h>
Detailed Description
Used for each element in a doubly-linked list.
The list can hold any kind of data.
Definition at line 57 of file c_list.h.
Field Documentation
Holds the element's data, which can be a pointer to any kind of data.
Definition at line 67 of file c_list.h.
Link to the next element in the list.
Definition at line 59 of file c_list.h.
Link to the previous element in the list.
Definition at line 61 of file c_list.h.
The documentation for this struct was generated from the following file: