5.14.3.3 The #pragma Inline Directive

The #pragma inline directive indicates to the compiler that calls to the specified function should be as fast as possible. This pragma has the same effect as using the inline function specifier.