FIX: parsing cleanup

This commit is contained in:
2026-01-17 16:36:59 +01:00
parent 52e1ef8947
commit e947183aab
6 changed files with 31 additions and 136 deletions

View File

@@ -16,10 +16,8 @@
void simple(t_stacks *stacks);
void medium(t_stacks *stacks);
void complex(t_stacks *stacks);
void adaptive(t_stacks *stacks, char **tab);
void flags(int pos, int pos_b, char **argv, t_stacks *stacks);
int pos_bench(char **argv, int mod);
int pos_flag(char **argv, int mod);
void adaptive(t_stacks *stacks);
void flags(t_stacks *stacks);
int calcul_mod(int argc, char **argv);
void print_bench(t_stacks *stacks);