Utilities/Linked lists
From WhitixDoc
The Whitix kernel's linked list implementation is adapted from the Linux kernel. Kernel code can use the ListHead structure and the List* macros and functions for a doubly linked list.
Contents |
The Whitix kernel's linked list implementation is adapted from the Linux kernel. Kernel code can use the ListHead structure and the List* macros and functions for a doubly linked list.
Contents |