Single element in a doubly linked list.
More...
#include <fg_list.h>
Single element in a doubly linked list.
Definition at line 36 of file fg_list.h.
◆ data
Pointer to user defined data stored with this node.
Definition at line 38 of file fg_list.h.
◆ next
Pointer to the previous node in the list.
NULL if head of the list.
Definition at line 40 of file fg_list.h.
◆ previous
Pointer to the next node in the list.
NULL if tail of the list.
Definition at line 42 of file fg_list.h.
The documentation for this struct was generated from the following file: