mirror of
https://github.com/DavidGailleton/42-Push_Swap.git
synced 2026-01-27 00:41:57 +00:00
adding makefile and debugging to try new test for the preset to test the program
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user