mirror of
https://github.com/DavidGailleton/42-Push_Swap.git
synced 2026-01-27 00:41:57 +00:00
all basics functions has been tested we can start the sort algorithms
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
/* By: dgaillet <dgaillet@student.42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2025/12/08 15:52:40 by dgaillet #+# #+# */
|
||||
/* Updated: 2025/12/08 20:33:58 by mteriier ### ########.fr */
|
||||
/* Updated: 2025/12/09 08:51:33 by mteriier ### ########lyon.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
@@ -26,8 +26,6 @@ t_stack *new_stack(int value)
|
||||
return (new);
|
||||
}
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
void stack_add_back(t_stack **stack, t_stack *new)
|
||||
{
|
||||
if (!stack || !new)
|
||||
|
||||
Reference in New Issue
Block a user