Utilities/Linked lists

From WhitixDoc

Jump to: navigation, search

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

Introduction

Creating a list

Adding an element

Removing an element

Iterating through the list

Personal tools