I am aware that the specification of the C language does not dictate the exact size of each integer type (e.g., int).
int
What I am wondering is: Is there a
C99, in stdint.h, defines types like int8_t and int16_t.
int8_t
int16_t