Integer with Exactly N Bits
摘要
Fixed width integers are available since their introduction in C99, and to be able to use these data types one should include the header file in the source code. C23 standard adds some new definitions to the header file . Fixed width integers are useful for efficient use of the memory resources. They are especially useful in embedded environments.