clean remove useless \n
This commit is contained in:
parent
1de03da534
commit
723a2e901b
@ -72,7 +72,6 @@ int main()
|
|||||||
multiple_test_int_2(strcmp, ft_strcmp, strcmp_tests);
|
multiple_test_int_2(strcmp, ft_strcmp, strcmp_tests);
|
||||||
printf("\n");
|
printf("\n");
|
||||||
|
|
||||||
|
|
||||||
printf("STRCPY\n");
|
printf("STRCPY\n");
|
||||||
const char *strcpy_tests[] = {"yo", "", "bonjour", "co\0fgf", NULL};
|
const char *strcpy_tests[] = {"yo", "", "bonjour", "co\0fgf", NULL};
|
||||||
multiple_test_strcpy(ft_strcpy, strcpy_tests);
|
multiple_test_strcpy(ft_strcpy, strcpy_tests);
|
||||||
|
Loading…
Reference in New Issue
Block a user