Added null_printf.cpp
This commit is contained in:
parent
3c676ac5fd
commit
ccd69afd2c
9
null_printf.cpp
Normal file
9
null_printf.cpp
Normal file
@ -0,0 +1,9 @@
|
||||
#include <cstdio>
|
||||
|
||||
int main() {
|
||||
const char* myString = NULL;
|
||||
|
||||
printf("%s\n", myString);
|
||||
|
||||
return 0;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user