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

#include <main.h>

Collaboration diagram for data:

Data Fields

env_node_tenv
 
char ** input
 
char ** env_array
 
char * home
 
int status
 
bool exit
 
run_command_tcommand
 
struct timespec start_time
 
epifetch_tepifetch
 

Detailed Description

env contains a linked list of the env env_array is the same an env but instead of a linked list is an array home contains the home directory of user status contains the exit code of the last command

Field Documentation

◆ command

run_command_t* command

◆ env

env_node_t* env

◆ env_array

char** env_array

◆ epifetch

epifetch_t* epifetch

◆ exit

bool exit

◆ home

char* home

◆ input

char** input

◆ start_time

struct timespec start_time

◆ status

int status

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