0
votes
Why does stdlib.h’s abs() family of functions return a signed value?
Why would it ever return a value using the unsigned space?
Let's consider 8 bit signed and unsigned numbers. If you have -128, the result is undefined... I guess stdlib doesn't want to slow …
