int main(void) { char str[] = "fFff"; printf("%s", ft_strupcase(str)); }