错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Integer with Exactly N Bits

  • Orhan Gazi

摘要

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.