Skip to content

Instantly share code, notes, and snippets.

@lichenbo
Created October 31, 2012 07:13
Show Gist options
  • Save lichenbo/3985567 to your computer and use it in GitHub Desktop.
Save lichenbo/3985567 to your computer and use it in GitHub Desktop.
/* WARNING: This code is buggy */
/* Shift 1 over by 8*sizeof(long) - 1 */
1L << sizeof(long)<<3 - 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment