Minishell
 
Loading...
Searching...
No Matches
tokens.c File Reference
#include "builtins.h"
#include "file.h"
#include "garbage.h"
#include "minishell.h"
#include "parsing.h"
Include dependency graph for tokens.c:

Functions

t_commandtokeniser (t_data *data, char **tokens)
 Creates a t_command structure that contains all the tokens Fills the command with the environment.