finish the disorder

This commit is contained in:
Maoake Teriierooiterai
2026-01-12 12:37:56 +01:00
parent 69dc80e498
commit ccccc3b640
10 changed files with 28 additions and 19 deletions

View File

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