Minishell
 
Loading...
Searching...
No Matches
command-utils.c File Reference
#include "minishell.h"
#include "stdio.h"
#include "ft_printf.h"
Include dependency graph for command-utils.c:

Functions

ssize_t print_command (t_command *command)
 Print the command structure with it's tokens.
 
ssize_t print_commands (t_command **command)
 Print the commands structure with it's tokens.