first commit
This commit is contained in:
5
ended/C02-corr/ex07/ft_strupcase.c
Normal file
5
ended/C02-corr/ex07/ft_strupcase.c
Normal file
@ -0,0 +1,5 @@
|
||||
int main(void)
|
||||
{
|
||||
char str[] = "fFff";
|
||||
printf("%s", ft_strupcase(str));
|
||||
}
|
Reference in New Issue
Block a user