Created
December 5, 2016 16:02
-
-
Save AndyNovo/b50f234264e8e4002947e305bf2c2909 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
void * data; | |
data = NULL; | |
if(1) | |
{ | |
{ | |
char charBuffer = 'a'; | |
data = &charBuffer; | |
} | |
} | |
printIntLine(*((int*)data)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment