Get host architecture


/ Published in: C
Save to your folder(s)



Copy this code and paste it in your HTML
  1. #include <stdio.h>
  2. int main() {
  3. printf("%d bits\n",sizeof(int *)*8);
  4. return 0;
  5. }

URL: https://twitter.com/eduardomacan/status/22898105074

Report this snippet


Comments


You need to login to view comments.