delete print stacks and looking for the secure malloc if there is a malloc not secure

This commit is contained in:
Maoake Teriierooiterai
2026-01-12 14:48:14 +01:00
parent 97ce3bf40b
commit 9c3f91dcb9
4 changed files with 3 additions and 45 deletions

View File

@@ -40,8 +40,6 @@ typedef struct s_stacks
unsigned int ss;
} t_stacks;
/* PRINT STACK FUNCTION*/
void print_stacks(t_stacks *stacks, int len, t_stack *a, t_stack *b);
/*STACK_FUNCTIONS*/
void pa(t_stacks *stacks);
void pb(t_stacks *stacks);