|
42sh 1.0.0
Create a shell in C
|
The file containing the history_file functions. More...
#include "../../include/myshell.h"Functions | |
| void | set_command_in_history (mysh_t *mysh, char *line) |
| Set the command in the history. | |
| void | create_history (mysh_t *mysh) |
| Create the history file. | |
The file containing the history_file functions.
| void create_history | ( | mysh_t * | mysh | ) |
Create the history file.
| mysh | The shell structure |
| void set_command_in_history | ( | mysh_t * | mysh, |
| char * | line ) |
Set the command in the history.
| mysh | The shell structure |
| line | The line to set in the history |