mirror of
https://github.com/DavidGailleton/42-Push_Swap.git
synced 2026-01-27 08:41:58 +00:00
fix conflict
This commit is contained in:
@@ -21,3 +21,13 @@ size_t ft_strlen(const char *s)
|
||||
i++;
|
||||
return (i);
|
||||
}
|
||||
|
||||
int len_split(char **tab)
|
||||
{
|
||||
int i;
|
||||
|
||||
i = 0;
|
||||
while (tab[i])
|
||||
i++;
|
||||
return (i);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user