Skip to content

Instantly share code, notes, and snippets.

@AndyNovo
Created December 5, 2016 16:02
Show Gist options
  • Save AndyNovo/b50f234264e8e4002947e305bf2c2909 to your computer and use it in GitHub Desktop.
Save AndyNovo/b50f234264e8e4002947e305bf2c2909 to your computer and use it in GitHub Desktop.
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