mirror of
https://github.com/DavidGailleton/42-Push_Swap.git
synced 2026-01-27 08:41:58 +00:00
adding all my files for my setup utils_struct_tab compare_value medium_algo utils_medium
This commit is contained in:
@@ -26,6 +26,13 @@ typedef struct s_stacks
|
||||
t_stack *b;
|
||||
} t_stacks;
|
||||
|
||||
typedef struct s_tab
|
||||
{
|
||||
int range_max;
|
||||
int nb_in;
|
||||
struct s_tab *next;
|
||||
} t_tab;
|
||||
|
||||
/*STACK_FUNCTIONS*/
|
||||
void pa(t_stacks *stacks);
|
||||
void pb(t_stacks *stacks);
|
||||
|
||||
Reference in New Issue
Block a user