void add_to_command_history(const char *command)
Add a command to the global command history.
Definition: history_command.c:12
void init_command_history()
Initialize the global command history.
Definition: history_command.c:5
void load_command_history_from_file()
Load the command history from the history file.
Definition: history_command.c:53
void save_command_history_to_file()
Save the command history to the history file.
Definition: history_command.c:27