OSDN Git Service

stdint.h header is not fully compatible with C99(ISO9899:1999)
authorSergey Melnikov <sergey.melnikov@intel.com>
Thu, 22 Nov 2012 11:23:48 +0000 (15:23 +0400)
committerSergey Melnikov <sergey.melnikov@intel.com>
Wed, 19 Jun 2013 08:33:31 +0000 (12:33 +0400)
commitdc5d3426d8c50c29c3a92ff9c9ca61d069e8dfeb
tree97b73c655b80ae1470c55f46262b6859f1e89363
parent560e9f7e7a39e02aca96709043ca06f562f75d58
stdint.h header is not fully compatible with C99(ISO9899:1999)

stdint.h provides macros with incorrect type:
  * UINT8_C
  * UINT16_C
  * UINT8_MAX
  * UINT16_MAX

Signed-off-by: Sergey Melnikov <sergey.melnikov@intel.com>
Change-Id: I2d130c782d4485bf6c9e9f068de0bdaa4ba7303f
libc/include/stdint.h