42sh 1.0.0
Create a shell in C
|
The file containing the echo builtin. More...
#include "../../include/myshell.h"
Functions | |
int | exec_echo (mysh_t *mysh) |
The echo builtin. | |
The file containing the echo builtin.
int exec_echo | ( | mysh_t * | mysh | ) |
The echo builtin.
mysh | The shell structure |