mirror of
https://github.com/DavidGailleton/42-Push_Swap.git
synced 2026-01-27 08:41:58 +00:00
setting up my preset but i need to valgrind
This commit is contained in:
@@ -25,6 +25,8 @@ t_tab *allocate_tab(int range_max, int nb)
|
||||
return (tab);
|
||||
}
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
t_tab *get_tabs(t_stack *first, int range)
|
||||
{
|
||||
t_tab *tmp;
|
||||
|
||||
Reference in New Issue
Block a user