SyterKit 0.4.0.x
SyterKit is a bare-metal framework
Loading...
Searching...
No Matches
cli_history.h
Go to the documentation of this file.
1/* SPDX-License-Identifier: GPL-2.0+ */
2
3#ifndef __CLI_HISTORY_H__
4#define __CLI_HISTORY_H__
5
6#include "cli_config.h"
7
9
10void history_append(const char *line);
11
12const char *history_get(int histnum);
13
14#endif// __CLI_HISTORY_H__
void history_append(const char *line)
Definition history.c:32
int get_history_count()
Definition history.c:21
const char * history_get(int histnum)
Definition history.c:54
static int histnum
Definition lineedit.c:228