strchrset renvoi null et non zero en cas erreur
This commit is contained in:
@@ -28,5 +28,5 @@ char *ft_strchrset(const char *s, const char *set)
|
||||
return ((char *)set + i);
|
||||
i++;
|
||||
}
|
||||
return (0);
|
||||
return (NULL);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user