|
42sh 1.0.0
Create a shell in C
|
The file containing the input_command functions. More...
#include "../../include/myshell.h"Functions | |
| input_command_t * | init_input_command (char *command) |
| Initialize the input command. | |
| input_command_t * | validate_input_command (input_command_t *input_command, char inhibitors) |
| Validate the input command. | |
| input_command_t * | get_input_command (char *command) |
| Get the input command. | |
| void | display_input_command (input_command_t *input_command) |
| Display the input command. | |
The file containing the input_command functions.
| void display_input_command | ( | input_command_t * | input_command | ) |
Display the input command.
| input_command | The input command |
| input_command_t * get_input_command | ( | char * | command | ) |
Get the input command.
| command | The command |
| input_command_t * init_input_command | ( | char * | command | ) |
Initialize the input command.
| command | The command |
| input_command_t * validate_input_command | ( | input_command_t * | input_command, |
| char | inhibitors ) |
Validate the input command.
| input_command | The input command |
| inhibitors | The inhibitors |