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
You might want to take a look at pstdint.h. It is a portable implementation of stdint.h, and does not require C99 compiler support.