As in C++, the CodeWarrior C compiler allows the inline, __inline__, or __inline keyword to appear before a function declaration and definition. An inline keyword specifies to the compiler that it should attempt to replace calls to the function with the function's body.