Minishell
 
Loading...
Searching...
No Matches
s_data Struct Reference

General structure that have access to all needed in minishell. More...

#include <data_structure.h>

Collaboration diagram for s_data:

Data Fields

t_garbage garbage
 
t_env_vars env
 
t_commandcommand
 
int ret
 

Detailed Description

General structure that have access to all needed in minishell.

Field Documentation

◆ command

t_command* s_data::command

◆ env

t_env_vars s_data::env

◆ garbage

t_garbage s_data::garbage

◆ ret

int s_data::ret

The documentation for this struct was generated from the following file: