This commit is contained in:
gazhonsepaskwa
2025-02-10 16:00:49 +01:00
parent 48f4576179
commit a47d619f71
4 changed files with 12 additions and 7 deletions

View File

@@ -19,6 +19,8 @@ char *ft_tabstr(char **tab)
char *out;
char *tmp;
if (!tab)
return (NULL);
i = -1;
alloc_count = 0;
while (tab[++i])