setting up my preset but i need to valgrind

This commit is contained in:
Maoake
2025-12-22 20:37:12 +00:00
parent e563d663ec
commit 96a0a6d8f0
9 changed files with 168 additions and 24 deletions

View File

@@ -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;