42sh 1.0.0
Create a shell in C
|
The file containing the replace_variable functions. More...
#include "../../include/myshell.h"
Functions | |
char * | clear_var (char *variable) |
Clear the variable. | |
int | replace_variables (mysh_t *mysh) |
Replace the variables in the command arguments. | |
The file containing the replace_variable functions.
char * clear_var | ( | char * | variable | ) |
Clear the variable.
variable | The variable |
int replace_variables | ( | mysh_t * | mysh | ) |
Replace the variables in the command arguments.
mysh | The shell structure |