#ifdef __cplusplus # error "A C++ compiler has been selected for C." #endif ... defined(__ARMCC_VERSION) # define COMPILER_ID "ARMCC" #if __ARMCC_VERSION ...
確定! 回上一頁