A doubly linked list.
More...
#include <fg_list.h>
A doubly linked list.
Definition at line 46 of file fg_list.h.
◆ head
Pointer to the first element in the list.
NULL if the list is empty.
Definition at line 48 of file fg_list.h.
◆ size
Size of the list i.e.
the number of elements stored in the list.
Definition at line 52 of file fg_list.h.
◆ tail
Pointer to the last element in the list.
NULL if the list is empty.
Definition at line 50 of file fg_list.h.
The documentation for this struct was generated from the following file: