#include "builtins.h"#include "file.h"#include "garbage.h"#include "minishell.h"#include "parsing.h"
Functions | |
| t_command * | tokeniser (t_data *data, char **tokens) |
| Creates a t_command structure that contains all the tokens Fills the command with the environment. | |