Go to the documentation of this file.
41 #ifndef _INLINE_ARCH_H_
42 #define _INLINE_ARCH_H_ 1
48 #define inline __inline
53 #if defined(__STDC_VERSION__)
54 #if __STDC_VERSION__ < 199901L
61 #if defined(__CC_ARM) && defined(__arm__) && defined(__ARMCC_VERSION) && defined(__EDG_VERSION__)