correction test pointer null
This commit is contained in:
2
main.c
2
main.c
@@ -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);
|
||||
}
|
||||
|
||||
/* ////////////////////////////////////////////////////////////////// */
|
||||
|
||||
Reference in New Issue
Block a user