adding makefile and debugging to try new test for the preset to test the program

This commit is contained in:
Maoake
2025-12-10 21:02:33 +00:00
parent b6c1dc73a8
commit 5372b944a4
11 changed files with 78 additions and 24 deletions

View File

@@ -12,7 +12,7 @@
#include "push_swap.h"
int is_upper_compare(t_stack t1, t_stack t2)
int is_upper_compare(t_stack *t1, t_stack *t2)
{
if (t1->value > t2->value)
return (1);