add: ft_write
This commit is contained in:
@ -76,4 +76,6 @@ int main()
|
||||
const char *strcpy_tests[] = {"yo", "", "bonjour", "co\0fgf", NULL};
|
||||
multiple_test_strcpy(ft_strcpy, strcpy_tests);
|
||||
printf("\n");
|
||||
|
||||
ft_write(1, "bozo\n", 5);
|
||||
}
|
Reference in New Issue
Block a user