Live data from Hacker News

Viewing profile — alexl1988

alexl1988

HN member
Joined
Sat, Jul 02, 2011, 8:19 AM UTC
HN karma
2
Public activity
1 items

About alexl1988

No profile information was provided.

Recent public activity

  1. comment
    Comment #2721298

    int inc(int a) { int mask = ~a; /* Assuming a is 32-bit. If 64-bit, add 32-bit shift. */ mask |= mask