Hacker News new | ask | show | jobs
by anonymoushn 1389 days ago
int is defined to be the pointer width (or something like this), so probably int64 where the OP is running their code.

integer casts are unchecked.