|
P99
|
Cast an unsigned type into a signed one as would do a two's complement representation of the signed type. If the signed type is in usual two's complement this should be the identity. For other cases this is supposed to do the best possible.
|
1.7.6.1