mirror of
https://github.com/DavidGailleton/42-Push_Swap.git
synced 2026-01-27 00:41:57 +00:00
replacing piles by stacks
This commit is contained in:
@@ -93,7 +93,7 @@ static void set_t_stacks(t_stacks *stacks)
|
||||
stacks->rrr = 0;
|
||||
}
|
||||
|
||||
t_stacks *init_piles(int argc, char **argv, int mod)
|
||||
t_stacks *init_stacks(int argc, char **argv, int mod)
|
||||
{
|
||||
t_stacks *stacks;
|
||||
t_stack *a;
|
||||
|
||||
Reference in New Issue
Block a user