ajout tests NULL dans main

This commit is contained in:
hugodu69
2020-06-29 13:41:07 +02:00
parent 83ba92bddf
commit d2d8a14a12
2 changed files with 54 additions and 36 deletions

6
mainbis.c Normal file
View File

@@ -0,0 +1,6 @@
#include <stdio.h>
int main(void)
{
ft_printf("%s\n", "NULL");
}