Skip to content

Instantly share code, notes, and snippets.

@mraleph
Created April 6, 2011 20:26
Show Gist options
  • Save mraleph/906448 to your computer and use it in GitHub Desktop.
Save mraleph/906448 to your computer and use it in GitHub Desktop.
#include <cstdio>
#include <stdint.h>
int main() {
printf("%d %d", sizeof(int32_t), sizeof(intptr_t));
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment