wordsize.h 136 B

123456
  1. #error "This file must be written based on the data type sizes of the target"
  2. #if 0
  3. #define __WORDSIZE 32
  4. #define __WORDSIZE 64
  5. #endif