mirror of
https://github.com/DavidGailleton/42-Push_Swap.git
synced 2026-01-27 00:41:57 +00:00
finish the disorder
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
char *ft_strjoin(char const *s1, char const *s2)
|
||||
{
|
||||
int total_len;
|
||||
int total_len;
|
||||
char *tmp;
|
||||
|
||||
total_len = ft_strlen(s1) + ft_strlen(s2);
|
||||
|
||||
Reference in New Issue
Block a user