Skip to content

Instantly share code, notes, and snippets.

@fritz0705
Created November 27, 2011 01:46
Show Gist options
  • Select an option

  • Save fritz0705/1396773 to your computer and use it in GitHub Desktop.

Select an option

Save fritz0705/1396773 to your computer and use it in GitHub Desktop.
#include <stdio.h>
int main()
{
void **pointer = 0;
pointer += 1;
printf("%d\n", pointer);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment