int_const.h 371 B

1234567891011121314151617
  1. /* DO NOT EDIT THIS FILE.
  2. It has been auto-edited by fixincludes from:
  3. "fixinc/tests/inc/sys/int_const.h"
  4. This had to be done to correct non-standard usages in the
  5. original, manufacturer supplied header file. */
  6. #if defined( SOLARIS_INT_CONST_CHECK )
  7. #define UINT8_C(c) (c)
  8. /* CSTYLED */
  9. #define UINT16_C(c) (c)
  10. #endif /* SOLARIS_INT_CONST_CHECK */