PatchworkOS  19e446b
A non-POSIX operating system.
Loading...
Searching...
No Matches
list_t Struct Reference

A doubly linked list. More...

#include <list.h>

Collaboration diagram for list_t:

Data Fields

list_entry_t head
 

Detailed Description

A doubly linked list.

Definition at line 45 of file list.h.

Field Documentation

◆ head

list_entry_t list_t::head

The head of the list, where head::prev is the last entry of the list and head::next is the first entry of the list.

Definition at line 47 of file list.h.


The documentation for this struct was generated from the following file: