General structure that have access to all needed in minishell. More...
#include <data_structure.h>
Data Fields | |
t_garbage | garbage |
t_env_vars | env |
t_command * | command |
int | ret |
General structure that have access to all needed in minishell.
t_command* s_data::command |
t_env_vars s_data::env |
t_garbage s_data::garbage |
int s_data::ret |