42sh 1.0.0
Create a shell in C
|
The file containing the if builtin. More...
#include "../../include/myshell.h"
Functions | |
int | exec_else_if (mysh_t *mysh, char **line_content) |
The else if builtin. | |
int | exec_if (mysh_t *mysh) |
The if builtin. | |
The file containing the if builtin.
int exec_else_if | ( | mysh_t * | mysh, |
char ** | line_content ) |
The else if builtin.
mysh | The shell structure |
line_content | The command arguments |
int exec_if | ( | mysh_t * | mysh | ) |
The if builtin.
mysh | The shell structure |