![]() |
SyterKit 0.4.0.x
SyterKit is a bare-metal framework
|
#include <stdbool.h>#include <stddef.h>#include <stdint.h>#include <string.h>#include <types.h>#include "cli_history.h"
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 |
| int get_history_count | ( | ) |
| void history_append | ( | const char * | line | ) |
| const char * history_get | ( | int | histnum | ) |
|
static |
|
static |
|
static |