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