Skip to content

Instantly share code, notes, and snippets.

@sonOfRa
Created September 29, 2013 02:35
Show Gist options
  • Save sonOfRa/6748840 to your computer and use it in GitHub Desktop.
Save sonOfRa/6748840 to your computer and use it in GitHub Desktop.
simon@Locutus linux32 % cat test.c && i686-pc-linux-gnu-gcc test.c && ./a.out
#include<stdio.h>
int main(void) {
printf("%d\n", sizeof(long));
}
4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment