|
|
|
|
|
by emilfihlman
2255 days ago
|
|
At least from what I've heard that's because stdint values are optional. 6.2.5p17
The three types char, signed char, and unsigned char are collectively called the character types.
The implementation shall define char to have the same range, representation, and behavior as either
signed char or unsigned char.
48) and 5.2.4.2.1 says that width of char, signed char and unsigned char are the same (8). |
|