摘要: // Macros.h #pragma once #if defined(__GNUC__) #define _DEPRECATED_ __attribute__((deprecated)) #define _FORCE_INLINE_ __attribute__((always_inline)) 阅读全文
posted @ 2022-05-18 10:59 Jame-DENG 阅读(491) 评论(0) 推荐(1)