tests with null pointer

This commit is contained in:
hugodu69
2020-06-29 23:42:35 +02:00
parent d2d8a14a12
commit 00e582e8a2
2 changed files with 6 additions and 3 deletions

View File

@@ -2,5 +2,5 @@
int main(void)
{
ft_printf("%s\n", "NULL");
printf("%s\n", NULL);
}