Skip to content

Instantly share code, notes, and snippets.

@lichenbo
Created October 31, 2012 07:15
Show Gist options
  • Save lichenbo/3985574 to your computer and use it in GitHub Desktop.
Save lichenbo/3985574 to your computer and use it in GitHub Desktop.
/* 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