mirror of
https://github.com/DavidGailleton/42-Push_Swap.git
synced 2026-01-27 00:41:57 +00:00
adding prototype in push_swap.h and norming some files
This commit is contained in:
@@ -29,11 +29,8 @@ void pa(t_stacks *stacks)
|
||||
stacks->b = stacks->b->next;
|
||||
}
|
||||
stack_add_front(&(stacks->a), b_push);
|
||||
|
||||
}
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
void pb(t_stacks *stacks)
|
||||
{
|
||||
t_stack *a_push;
|
||||
|
||||
Reference in New Issue
Block a user