Skip to content

Instantly share code, notes, and snippets.

@lichenbo
Created October 31, 2012 07:10
Show Gist options
  • Save lichenbo/3985562 to your computer and use it in GitHub Desktop.
Save lichenbo/3985562 to your computer and use it in GitHub Desktop.
int dtmin = -2147483648;
int dcomp2 = (dtmin < 0);
int htmin = 0x80000000;
int hcomp2 = (htmin < 0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment