ast bigest fix + norm

This commit is contained in:
gazhonsepaskwa
2025-02-15 13:43:26 +01:00
parent d9687a8e3a
commit 07cf3a7066
11 changed files with 70 additions and 54 deletions

View File

@@ -39,7 +39,7 @@ int builtin_export(char **arg, t_ast_n *head);
//UTILS
int count_char(char *str);
int is_append(char *str);
int is_append(char *str);
char **key_value(char *str);
void set_new_export(char *str, t_ast_n *node);
int count_args(char **tab);