FrostWing
A lightweight raw-control operating system.
Loading...
Searching...
No Matches
list Struct Reference
Collaboration diagram for list:
Collaboration graph

Public Attributes

struct list_nodestart
struct list_nodeend
uint64_t size

Detailed Description

Definition at line 23 of file linkedlist.h.

Member Data Documentation

◆ end

struct list_node* list::end

Definition at line 26 of file linkedlist.h.

◆ size

uint64_t list::size

Definition at line 27 of file linkedlist.h.

◆ start

struct list_node* list::start

Definition at line 25 of file linkedlist.h.


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