first commit
This commit is contained in:
6
ended/C02-corr/ex08/ft_strlowcase.c
Normal file
6
ended/C02-corr/ex08/ft_strlowcase.c
Normal file
@ -0,0 +1,6 @@
|
||||
#include <stdio.h>
|
||||
int main(void)
|
||||
{
|
||||
char str[] = "fFffA";
|
||||
printf("%s", ft_strlowcase(str));
|
||||
}
|
Reference in New Issue
Block a user