PatchworkOS
Loading...
Searching...
No Matches
history_t Struct Reference

#include <history.h>

Data Fields

char * entries [HISTORY_MAX_ENTRY]
 
uint64_t count
 
uint64_t index
 

Detailed Description

Definition at line 8 of file history.h.

Field Documentation

◆ count

uint64_t history_t::count

Definition at line 11 of file history.h.

Referenced by history_deinit(), history_init(), history_next(), history_previous(), and history_push().

◆ entries

char* history_t::entries[HISTORY_MAX_ENTRY]

Definition at line 10 of file history.h.

Referenced by history_deinit(), history_next(), history_previous(), and history_push().

◆ index

uint64_t history_t::index

Definition at line 12 of file history.h.

Referenced by history_init(), history_next(), history_previous(), and history_push().


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