Hacker News new | ask | show | jobs
by nils-m-holm 1900 days ago
Yes, and on 16-bit and 32-bit systems, sizeof(int) == sizeof(int*). On 64-bit systems, this is most probably not the case. This is a common roadblock when porting old C programs.