c_types.h 198 B

1234567891011
  1. #ifndef _OVERRIDE_C_TYPES_H_
  2. #define _OVERRIDE_C_TYPES_H_
  3. #include_next "c_types.h"
  4. typedef long long int64_t;
  5. typedef int8_t sint8_t;
  6. typedef int16_t sint16_t;
  7. typedef int64_t sint64_t;
  8. #endif