SyterKit
0.4.0.x
SyterKit is a bare-metal framework
Loading...
Searching...
No Matches
include
cli
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
8
int
get_history_count
();
9
10
void
history_append
(
const
char
*line);
11
12
const
char
*
history_get
(
int
histnum
);
13
14
#endif
// __CLI_HISTORY_H__
cli_config.h
history_append
void history_append(const char *line)
Definition
history.c:32
get_history_count
int get_history_count()
Definition
history.c:21
history_get
const char * history_get(int histnum)
Definition
history.c:54
histnum
static int histnum
Definition
lineedit.c:228
Generated by
1.9.8