Minishell
 
Loading...
Searching...
No Matches
token-utils.c File Reference
#include "garbage.h"
#include "minishell.h"
#include <stdio.h>
Include dependency graph for token-utils.c:

Functions

char ** copy_toks (t_data *data, t_command *command)
 Creates a copy of all tokens that are in a command structure It's used for forks during exec.
 
void print_toks (char **tokens)
 Print tokens indexed.