Functions to help debugging faster.
More...
Functions to help debugging faster.
◆ print_command()
Print the command structure with it's tokens.
- Parameters
-
- Returns
- ssize_t 0 or positive is OK, otherwise error
◆ print_command_fd()
◆ print_commands()
ssize_t print_commands |
( |
t_command ** | command | ) |
|
Print the commands structure with it's tokens.
- Parameters
-
- Returns
- ssize_t 0 or positive is OK, otherwise error
◆ print_list_files()
Print the list of files in the command structure.
- Parameters
-
◆ print_perm_files()
Print the list of permissions of files in the command structure.
- Parameters
-
◆ print_toks()
void print_toks |
( |
char ** | tokens | ) |
|
Print tokens indexed.
- Parameters
-