This commit is contained in:
Loic Deridder
2025-02-11 16:01:16 +01:00
parent 5de086624e
commit 23791a53d9
14 changed files with 284 additions and 245 deletions

View File

@@ -23,7 +23,7 @@ static int ft_isspace(char c)
int is_only_space(char *str)
{
int i;
int i;
i = -1;
while (str[++i])