mirror of
https://github.com/DavidGailleton/42-Push_Swap.git
synced 2026-01-27 00:41:57 +00:00
delete print stacks and looking for the secure malloc if there is a malloc not secure
This commit is contained in:
@@ -40,8 +40,6 @@ typedef struct s_stacks
|
||||
unsigned int ss;
|
||||
} t_stacks;
|
||||
|
||||
/* PRINT STACK FUNCTION*/
|
||||
void print_stacks(t_stacks *stacks, int len, t_stack *a, t_stack *b);
|
||||
/*STACK_FUNCTIONS*/
|
||||
void pa(t_stacks *stacks);
|
||||
void pb(t_stacks *stacks);
|
||||
|
||||
Reference in New Issue
Block a user