mirror of
https://github.com/DavidGailleton/42-Push_Swap.git
synced 2026-01-27 08:41:58 +00:00
Add index in t_stack + indexer function to add it
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
typedef struct s_stack
|
||||
{
|
||||
int value;
|
||||
long long index;
|
||||
struct s_stack *next;
|
||||
struct s_stack *previous;
|
||||
} t_stack;
|
||||
|
||||
Reference in New Issue
Block a user