fixing some errors

This commit is contained in:
Maoake Teriierooiterai
2026-01-08 15:12:09 +01:00
parent 42ed0f7579
commit 173c11c2e3
2 changed files with 2 additions and 0 deletions

View File

@@ -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*/

View File

@@ -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)
{ {