GBAlatro
A Demake of Balatro for the GBA
Loading...
Searching...
No Matches
List Struct Reference

A doubly-linked list. More...

#include <list.h>

Data Fields

ListNodehead
 The first entry in the list.
 
ListNodetail
 The last entry in the list.
 
int len
 Number of elements in list.
 

Detailed Description

A doubly-linked list.

Definition at line 60 of file list.h.

Field Documentation

◆ head

ListNode* head

The first entry in the list.

Definition at line 65 of file list.h.

◆ len

int len

Number of elements in list.

Definition at line 75 of file list.h.

◆ tail

ListNode* tail

The last entry in the list.

Definition at line 70 of file list.h.


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