|
|
|
|
|
by pcwalton
3537 days ago
|
|
> But there is a difference between using C in crazy ways Is signed arithmetic using C in crazy ways? Is shifting by an arbitrary value without checking to make sure that the number of bits is in the valid range of the type using C in crazy ways? Undefined behavior is everywhere in C. |
|