mirror of
https://github.com/DavidGailleton/42-Push_Swap.git
synced 2026-01-27 08:41:58 +00:00
fixing some errors
This commit is contained in:
@@ -37,6 +37,7 @@ typedef struct s_stacks
|
|||||||
unsigned int pb;
|
unsigned int pb;
|
||||||
unsigned int sa;
|
unsigned int sa;
|
||||||
unsigned int sb;
|
unsigned int sb;
|
||||||
|
unsigned int ss;
|
||||||
} t_stacks;
|
} t_stacks;
|
||||||
|
|
||||||
/* PRINT STACK FUNCTION*/
|
/* PRINT STACK FUNCTION*/
|
||||||
|
|||||||
@@ -11,6 +11,7 @@
|
|||||||
/* ************************************************************************** */
|
/* ************************************************************************** */
|
||||||
|
|
||||||
#include "push_swap.h"
|
#include "push_swap.h"
|
||||||
|
#include "parsing.h"
|
||||||
|
|
||||||
static int check_digits(char *str)
|
static int check_digits(char *str)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user