5#include "cli_shell_i.h"
23void cli_shell_line_format_prompt(
CliShellLine* line,
char* buf,
size_t length);
27size_t cli_shell_line_get_line_position(
CliShellLine* line);
29void cli_shell_line_set_line_position(
CliShellLine* line,
size_t position);
34void cli_shell_line_ensure_not_overwriting_history(
CliShellLine* line);
36void cli_shell_line_set_about_to_exit(
CliShellLine* line);
Definition cli_shell.c:38
Definition cli_shell_i.h:22
Definition cli_shell_line.c:5