Skip to content

Instantly share code, notes, and snippets.

@laclefyoshi
Created March 24, 2012 12:27
Show Gist options
  • Save laclefyoshi/2182138 to your computer and use it in GitHub Desktop.
Save laclefyoshi/2182138 to your computer and use it in GitHub Desktop.
show size of pointer
#!/usr/bin/env python
import struct
print(struct.calcsize("P")) # "P" = (void *) ; seealso: http://docs.python.org/library/struct.html#format-characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment