Viewing profile — longlonguserna
longlonguserna
HN member- Joined
- Mon, Aug 05, 2013, 6:08 PM UTC
- HN karma
- 4
- Public activity
- 1 items
- HN profile
- View on Hacker News ↗
About longlonguserna
No profile information was provided.
Recent public activity
-
comment
Comment #6161762
If you want a guaranteed 64-bit type, put in your code: #include then, use uint64_t for unsigned and int64_t for signed. If you want 128 bits, in gcc you can use __uint128_t (it ha…