inttypes.h 428 B

12345678910111213141516171819
  1. /* DO NOT EDIT THIS FILE.
  2. It has been auto-edited by fixincludes from:
  3. "fixinc/tests/inc/inttypes.h"
  4. This had to be done to correct non-standard usages in the
  5. original, manufacturer supplied header file. */
  6. #if defined( HPUX_C99_INTTYPES_CHECK )
  7. #define UINT8_C(__c) (__c)
  8. #define UINT16_C(__c) (__c)
  9. #define INT32_C(__c) (__c)
  10. #define UINT32_C(__c) __CONCAT__(__c,u)
  11. #endif /* HPUX_C99_INTTYPES_CHECK */