Cleanup
This commit is contained in:
parent
39c1c5026a
commit
509b551ce4
17 changed files with 37 additions and 1891 deletions
|
|
@ -30,10 +30,10 @@
|
|||
|
||||
# define PATH_FILES "/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games"
|
||||
|
||||
typedef struct s_myparser
|
||||
typedef struct s_parser
|
||||
{
|
||||
t_parser *parser;
|
||||
} t_myparser;
|
||||
TSParser *parser;
|
||||
} t_parser;
|
||||
|
||||
typedef struct s_utils
|
||||
{
|
||||
|
|
@ -42,7 +42,7 @@ typedef struct s_utils
|
|||
t_str *strs_input;
|
||||
t_str *path;
|
||||
t_str *envp;
|
||||
t_myparser parser;
|
||||
t_parser parser;
|
||||
t_node current_node;
|
||||
} t_utils;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue