RPMacros.h 254 B

1234567891011121314151617
  1. //
  2. // RPMacros.h
  3. // red_protocol
  4. //
  5. // Created by 杜家兑 on 2024/3/1.
  6. //
  7. #ifndef RPMacros_h
  8. #define RPMacros_h
  9. #include <stdio.h>
  10. ///命名空间
  11. #define NS_RP_BEGIN namespace redprotocol {
  12. #define NS_RP_END }
  13. #endif /* RPMacros_h */