A doubly-linked list.
More...
#include <list.h>
A doubly-linked list.
Definition at line 60 of file list.h.
◆ head
The first entry in the list.
Definition at line 65 of file list.h.
◆ len
Number of elements in list.
Definition at line 75 of file list.h.
◆ tail
The last entry in the list.
Definition at line 70 of file list.h.
The documentation for this struct was generated from the following file: