6 lines
75 B
C
6 lines
75 B
C
|
int main(void)
|
||
|
{
|
||
|
char str[] = "fFff";
|
||
|
printf("%s", ft_strupcase(str));
|
||
|
}
|