」 feat: Parsing of command kinda working

This commit is contained in:
2024-05-30 17:59:49 +02:00
parent d84749d009
commit 6bbdef9d7c
14 changed files with 248 additions and 33 deletions

View File

@ -32,5 +32,6 @@
char set_env(char **env, const char *name, char *content);
bool is_str(char *src, char *dst);
void print_cmd(t_cmd *cmd);
#endif