Y
Hacker News
new
|
ask
|
show
|
jobs
by
oleggromov
167 days ago
There's a typo with 'ULL' string suffixes in the hexadecimal numbers in the first code example.
1 comments
rurban
167 days ago
No, 0xd6e8feb86659fd93ULL is a valid unsigned long long number. With stdint.h you'd get portable suffix macros, which would help on non-Windows, but they do look worse.
link
oleggromov
167 days ago
Oh wow, my apology - didn't know that and didn't notice the length of the hexademical number. TIL.
link