correction test pointer null

This commit is contained in:
hugodu69
2020-07-01 11:32:27 +02:00
parent 2065ac0431
commit 4a94e1d26f

2
main.c
View File

@@ -250,7 +250,7 @@ int main(int ac, char **av)
// PRINT("%.4d", -12);
// PRINT("%+.4d", -12);
// PRINT("%+10.7i % 010i %-#7.10x %7p %10c %7.10s", 122, -122, 122, "122", 122, "-122")
printf("%s\n", NULL);
PRINT("%s\n", NULL);
}
/* ////////////////////////////////////////////////////////////////// */