P99
#define P99_2COMPLEMENT (   T)    ((T)(P99_SIGNED_REPRESENTATION(T) == p99_signed_representation_twos))

If the sign representation of a type is two's complement the type has no negative zero and can thus represent one more value.

Definition at line 671 of file p99_int.h.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Defines