Y
Hacker News
new
|
ask
|
show
|
jobs
by
jrtc27
638 days ago
64-bit size_t is the same on Darwin as GNU/Linux (unsigned long), but uint64_t is not (Darwin defines it as unsigned long long, not unsigned long). Perhaps this is what you remember?