42sh 1.0.0
Create a shell in C
|
The file containing the event functions. More...
#include "../../include/myshell.h"
Functions | |
int | get_history (node_t **list, char *arg) |
char ** | replace_history (char **args) |
Replace '!' by history event. | |
The file containing the event functions.
char ** replace_history | ( | char ** | args | ) |
Replace '!' by history event.
args | The command arguments |