clean remove useless \n

This commit is contained in:
starnakin 2024-09-02 15:29:25 +02:00
parent 1de03da534
commit 723a2e901b

View File

@ -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);