Hacker News new | ask | show | jobs
by uecker 49 days ago
It is wrong that signed types in C implement modular arithmetic. They have undefined behavior on overflow.
1 comments

I see. That is fair, thank you for pointing this out to me.