adding split substr strlen

This commit is contained in:
Maoake Teriierooiterai
2026-01-08 13:50:38 +01:00
parent 2f4498d2c5
commit 8dbf9f6c6e
6 changed files with 21 additions and 6 deletions

View File

@@ -52,6 +52,14 @@ static t_stack *special_parsing(int argc, char **argv, int mod)
t_stacks *piles;
t_stack *first;
t_stack *new;
char **split_tab;
int i;
i = 0;
split_tab = ft_split(arv[wich_mod(mod)]);
if (!split_tab)
return (NULL);
while ()
}
t_stacks *init_piles(int argc, char **argv, int mod)