|
PatchworkOS
da8a090
A non-POSIX operating system.
|
A doubly linked list. More...
#include <list.h>
Data Fields | |
| list_entry_t | head |
| uint64_t | length |
| The number of elements in the list (excluding the head). | |
A doubly linked list.
This structure simplifies reasoning around linked lists.
| list_entry_t list_t::head |
| uint64_t list_t::length |