🔨」 fix: working parsing

This commit is contained in:
2024-07-06 13:36:03 +02:00
parent 4793df800d
commit 22f7565d47
3 changed files with 48 additions and 52 deletions

View File

@ -34,4 +34,9 @@ char set_env(char **env, const char *name, char *content);
bool is_str(char *src, char *dst);
void print_cmd(t_cmd *cmd);
void free_redir(void *redir_v);
void free_token(void *token_v);
void free_cmd(void *content);
#endif