Go to the source code of this file.
◆ add_node()
◆ create_node()
int create_node |
( |
data_t * | data, |
|
|
char * | env ) |
◆ fill_env()
int fill_env |
( |
data_t * | data, |
|
|
char ** | env ) |
This function will save the env array in a linked list and then convert it to an array again to have a duplicated that can be modified
- Parameters
-
data | Global program structure |
env | The env received as params in main |
- Returns
- 0 means everything OK. 84 when error ocurred
◆ find_env()
◆ free_env()
◆ remove_node()
◆ valid_path()
bool valid_path |
( |
char * | path | ) |
|