SyterKit 0.4.0.x
SyterKit is a bare-metal framework
Loading...
Searching...
No Matches
Functions | Variables
history.c File Reference
#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
#include <string.h>
#include <types.h>
#include "cli_history.h"
Include dependency graph for history.c:

Functions

int get_history_count ()
 
void history_append (const char *line)
 
const char * history_get (int histnum)
 

Variables

static char history [MSH_CMD_HISTORY_MAX][MSH_CMDLINE_CHAR_MAX]
 
static bool histfull
 
static int histlast
 

Function Documentation

◆ get_history_count()

int get_history_count ( )

◆ history_append()

void history_append ( const char *  line)

◆ history_get()

const char * history_get ( int  histnum)

Variable Documentation

◆ histfull

bool histfull
static

◆ histlast

int histlast
static

◆ history