#include int main(void) { char str[250] = "salut, comment tu vas ? 42mots quarante-deux; cinqUante+et+un"; printf("%s", ft_strcapitalize(str)); }