MyType.h 98 B

123456789101112
  1. #ifndef _MyType_H
  2. #define _MyType_H
  3. #ifndef BIT
  4. #define BIT(x) (1 << (x))
  5. #endif
  6. #endif