#define INLINE_FUNC     __attribute__ ((always_inline))



__attribute__((always_inline)) 

이 키워드를 써 줌으로써 최적화 레벨에 상관없이 함수를 인라인한다.






AND