Suppose you are working on a compiler:
unsigned char - 8 bitsunsigned short - 32 bitunsigned int - 64 bit
And unsigned int is the "fastest". On this platform:
uint16_t will not be availableuint_least16_t will be a 32 bit valueuint_fast16_t will have a 64-bit value
A bit secret, but why is it needed.
- - . , . "" "" , , (, - ).